The dictionary clearly says that quoted strings are counted as a single word. 
If you wanted to work around that as an issue by using the itemDelimiter, you 
would then look at the number of items in the field, not the number of words.

There’s a better option though, you can see how many truewords there are in the 
field, because that uses Unicode delimiters.

If you don’t want to use truewords instead of words for some other reason, you 
could solve the issue by using smart quotes instead of dumb quotes.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to