Split followed by Transpose

Dar Scott dsc at swcp.com
Tue Mar 23 02:28:52 EST 2004


On Monday, March 22, 2004, at 09:14 PM, Dar Scott wrote:

> I read this...
>> I have a field "test"
>> 1  23  33
>> 2  12  67
>>
> ...as your really wanting this:
> put 23 into a[1,1]
> put 33 into a[1,2]
> put 12 into a[2,1]
> put 67 into a[2,2]

This is a crumby sentence, but isn't "your" correct here?

Dar Scott



More information about the use-livecode mailing list