V
VM
How can I separate a string that looks like this:
"John|Conner|34323|T3-1"
so I can place John in one variable, Conner in another variable, etc...?
I know you can do it by finding the special char ('|' in this case) and
calculating the size of the string, but there should be a faster way.
Thanks,
VM
"John|Conner|34323|T3-1"
so I can place John in one variable, Conner in another variable, etc...?
I know you can do it by finding the special char ('|' in this case) and
calculating the size of the string, but there should be a faster way.
Thanks,
VM