split string by character " " and set lastdatastring
i know it can be achieved by looping thru characters, but i like to request such a feature because it symplifies alot of overhead events in an way that is both usefull and understandeble for beginners and advanced users
what do you think?
example:
data="level1||param|param|param|level2||param|param|param|"
data split string by "||"
set level1 to lastdatastring "param|param|param|"
set level2 to lastdatastring "param|param|param|"
level1 split string "|"
lastdatastring "param"
lastdatastring "param"
lastdatastring "param"