I am trying to split a string at the character ":" but cant create two separate strings from the split. If somebody could help me, I would appreciate it.
Splitting A String In Two Parts(REALBASIC)
1.5k Views Asked by user1232105 At
3
I am trying to split a string at the character ":" but cant create two separate strings from the split. If somebody could help me, I would appreciate it.
Actually, the code is incorrect. It should be:
If you don't pass in the delimiter it assumes a space which wouldn't work in this case.
The online docs are at http://docs.realsoftware.com/index.php/Split