Flash Q: delete txt from a string
Flash Q: delete txt from a string
Out of context: Reply #2
- Started
- Last post
- 3 Responses
- PonyBoy0
you could also 'split' the string using the split() method of the String class... find the word and then drop the second string created when you split it...