Re: Split an Array to Numeric with 2 Dimensions

2018-08-18 Thread Monte Goulding via use-livecode
I think what you are after is an enhancement request here https://quality.livecode.com/show_bug.cgi?id=9950 For now you would need to use numeric keys for the columns: split theList by return and “|” put theList[2][1] -> orange > On 19 Aug 20

Split an Array to Numeric with 2 Dimensions

2018-08-18 Thread Sannyasin Brahmanathaswami via use-livecode
I decide to study up to improve my array management skills. Looked up the dictionary: element, columnDel, RowDelimiter etc Tools I never used. But I can't fine a "one pass" split that takes a dBase dump like this and makes a 2nd dimension. Other than to do it "manually" Also I thought, after