01-04-2016, 06:30 PM
I am in need to tokenize a string which contains some zero length components as in the example which it follows :
Macro temp
Trigger SF12
In the above example nt is accessed as 2. I wonder whether there exists a flag to obtain the actual number of tokens, which is 16 in the above example.
Let me add that it works properly using a findrx routine, but programmatically it is slower.
Macro temp
Trigger SF12

In the above example nt is accessed as 2. I wonder whether there exists a flag to obtain the actual number of tokens, which is 16 in the above example.
Let me add that it works properly using a findrx routine, but programmatically it is slower.