christioan
Programmer
How can I split a string?
For example:
'123 abc 456'
And now I want to split this string at the SPACE-Signs into 3 strings and save them in 3 different variables!
Thanks!
For example:
'123 abc 456'
And now I want to split this string at the SPACE-Signs into 3 strings and save them in 3 different variables!
Thanks!