A heads up:

        split tText by cr and null

works differently in LiveCode 7 than it did in LC 6. The cr parameter is OK, 
but the null adds another cr when this expression is used in LC 7.

You use the split command to build an array from a list in a field.

I was befuddled when I got bad results when sorting an array in LC 7 while 
using the same script that worked well in LC 6. I eliminated the “and null” and 
all was well.

Peter Bogdanoff
UCLA
_______________________________________________
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