Flash textField Q
Flash textField Q
- Started
- Last post
- 3 Responses
- mennik
Got a dynamic multiline textfield.
I can get the total number of characters in the field using 'textfield.length'.
But now I need to know the exact amount of characters on each line.
Is this possible?I probably need to string.split or so but that's beyond my knowledge.
Any insight much appreciated.
- System-Idle0
is getTextExtent
any use?
- ifThenGo0
Check your email.
I sent you something that may or may not help, but let me know either way :)
- mennik0
Thanks ifThenGo. Looking at the code right now. Seems like it will get me there.