Hi r937,
the purpose of doing so is to get count on the frequency of similar words to create tag cloud.
can you please enlighten me on how i can use neted invocation, are you imply using while loop and using following condition as filter
1.Scan character by character to check if there have any ","
2.if "," found then substring
3.if no "," found, then return the only word
if the above condition make sense, how can i scan character by character to find "," ?
thank you !