07-19-2007, 09:36 PM
Relatively new to this program, having fun learning!
Question:
Looking for a way to copy a persons first and last name from a table, seperate them, and store into 2 variables for output in seperate places.
example:
s= "John Doe"
Need to find a way to convert to:
s1="John"
s2="Doe"
I know there's gotta be an easy way to achieve this that I'm overlooking. I tried the help file and the forums and am drawing a blank. Any help would be greatly appreciated!!!! Thanks!!!
Question:
Looking for a way to copy a persons first and last name from a table, seperate them, and store into 2 variables for output in seperate places.
example:
s= "John Doe"
Need to find a way to convert to:
s1="John"
s2="Doe"
I know there's gotta be an easy way to achieve this that I'm overlooking. I tried the help file and the forums and am drawing a blank. Any help would be greatly appreciated!!!! Thanks!!!