ID:44845
 
I've just released a set of optimized text-handling utility functions. Some, such as the simplistic reversetext() proc, are merely included as a simple way to remove the need for people to constantly "re-invent the wheel," while others, such as the ever-useful findtext_first_of() are included to provide commonly needed, but often poorly implemented, functionality for handling text.

Check it out at hub://Hiead.TextLib.
It would be nice if you provided a list of available functions on the hub page so we can see what the library contains so we decide if we need it or not before we download it.
Er, sure. Consider it provided.
BUM! i did the same exact thing about a month ago!
Tubutas wrote:
BUM! i did the same exact thing about a month ago!

Hmm, just looked at yours...aside from the proc that reverses text, they provide completely different functionality, so...not the exact same thing.

Also, you might want to revise some of your procs, like in your num2ttext()---I think it was called that---if you put in a decimal (i.e. 5.5, 0.5, 123.1), it totally screws up the output.