Arrays: new and old keys, i

Mark Brownell gizmotron at earthlink.net
Sat Sep 13 14:34:44 EDT 2008


>From: Trevor DeVore <lists at mangomultimedia.com>
>
>In regards to using "after" - the one problem I see with this approach  
>would be that after is already used for appending values to a  
>variable. I'm not sure how the parser could determine whether you  
>wanted to add another element to the array or append thisData to the  
>current value of myArray[1][1]. Perhaps some sort of variant to the  
>syntax might work though.
>

Interesting. x-Talk is great.

put "122-abcde-1" after line 6 of myArray[3]["codes"]["range100-200"]

put return & "122-abcde-1" into line 6 of myArray[3]["codes"]["range100-200"]

put "Fireman Badges" after myArray[3]

put myArray[4]

-- Fireman Badges





More information about the use-livecode mailing list