>From: Trevor DeVore <[EMAIL PROTECTED]> > >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 _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
