Quote from rtschutter: GoIs there any way to get as an integer, the number of characters in a piece of text?
So for example, "Example" would be 7.
Unfortunately no... you can only count the length of a string, and I'm pretty sure you can't convert text to string.
My Projects:
Malum Ruina: SC2Mapster
Eternal Exile: SC2Mapster
Spine Crawler Madness: SC2Mapster
Xeno Crisis: SC2Mapster
rtschutter Regular ShmoeIs there any way to get as an integer, the number of characters in a piece of text?
So for example, "Example" would be 7.