counting how many letters...
i'm just wondering: is it possible to show via AS the exact numbers of letters found in a variable?
here's an example:
Code:
text="what are you doing?"
here, we have 16 letters + 3 spaces.
> what piece of script can i use to show how many letters+spaces (here16+3=19) i have?
...or maybe it's impossible...?
> i'm asking because maybe i can add something like that for my current project: the longer texts are, bigger the text window is...
i already have something like that working, but manually. so, if it can be automatic, it would be great ^^
thanks