flash help
flash help
Out of context: Reply #10
- Started
- Last post
- 15 Responses
- shaft0
How about:
textboxA.text = textString.substr(0, 500);
textboxB.text = textString.substr(500);Improved version that avoids slashing words.
How about:
textboxA.text = textString.substr(0, 500);
textboxB.text = textString.substr(500);
Improved version that avoids slashing words.