Split by null

Peter Bogdanoff bogdanoff at me.com
Thu Jul 23 01:11:05 EDT 2015


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


More information about the use-livecode mailing list