R
Robert Crandal
My strings variables usually contain between 2 to 5
string tokens. Here are some examples:
myVar = "Todd Jones" ' 2 tokens
myVar = "Mary Jo Lynn Jackson" ' 4 tokens
myVar = "Peter James Smith Jr." ' 4 tokens
What is a good way to get the COUNT of the number
of tokens in my string?
Thanks
string tokens. Here are some examples:
myVar = "Todd Jones" ' 2 tokens
myVar = "Mary Jo Lynn Jackson" ' 4 tokens
myVar = "Peter James Smith Jr." ' 4 tokens
What is a good way to get the COUNT of the number
of tokens in my string?
Thanks