“how to specify the string I´m looking for?”
What are you looking for?? specfying inString for the tokenize?? you got to do tricky for it. like first replacing linefeed in your file etc…and make as one big string …its a tedious process though…
-RMG
“how to specify the string I´m looking for?”
What are you looking for?? specfying inString for the tokenize?? you got to do tricky for it. like first replacing linefeed in your file etc…and make as one big string …its a tedious process though…
-RMG
No…
I have already a stringlist, after using the pub.string.tokenize. Now I must search in this results (0,1,2…) util find the word ‘date’ in some of this fields.
One solution:
Does this make sense?