Splitting a string
Posted: Mon Apr 18, 2005 8:24 pm
Is there a simple QBasic equivalent to PHP's explode or Python's split?
Saying I have a string like this, "Joe~Smoe", I want to obtain Joe and Smoe separately without the ~.
Thanks in advance.
Saying I have a string like this, "Joe~Smoe", I want to obtain Joe and Smoe separately without the ~.
Thanks in advance.