Oh and I am reminded that split will only produce simple one dimensional 
arrays, not 2 dimensional ones as you seem to envision. I've complained about 
this a couple times as it seems at first blush to be a great engine based way 
to create arrays fro text, but alas, no. 

Split will NOT produce an array where teh first line is the key names and the 
rest of the data will be the elements. At least not in any fashion I have yet 
been able to discern. 

Bob S


> On May 18, 2016, at 07:45 , Bob Sneidar <bobsnei...@iotecdigital.com> wrote:
> 
> "by | using | with" are synonyms so far as I can tell from the dictionary. 
> Should be:
> 
> split tData with cr and tab
> 
> Bob S
> 
> 


_______________________________________________
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