txgeekgirl1
Programmer
I have a returned string from a black box function that looks like this:
FirstName LastName "on" DATE "Space" TIME
The variables I have listed are not real variables - just the name of what is in this string.
I need to parse to "on" to grab the name and then some kind of substr from "on" to the " " to grab the date.
Anyone know the correct STR calls?
FirstName LastName "on" DATE "Space" TIME
The variables I have listed are not real variables - just the name of what is in this string.
I need to parse to "on" to grab the name and then some kind of substr from "on" to the " " to grab the date.
Anyone know the correct STR calls?