01-06-2009, 06:55 PM
Having the numbers in the brackets really helps!!
Search for "tok" in the help file.
This is how you tokenize (split) a string.
You'll want to play around with using " ( " and " ) " as delimiters.
Then out on a for statement.
Just check the help file, it'll be fun to figure out...and totally useful in your programming.
Jimmy Vig
Search for "tok" in the help file.
This is how you tokenize (split) a string.
You'll want to play around with using " ( " and " ) " as delimiters.
Then out on a for statement.
Just check the help file, it'll be fun to figure out...and totally useful in your programming.
Jimmy Vig
