put one array after another

Matt Maier blueback09 at gmail.com
Wed Aug 10 12:41:33 EDT 2016


Is there a command to merge two array variables into one?

Example:

tFirstArray[tom] = mot
tFirstArray[jane] = enaj

tSecondArray[bill] = llib
tSecondArray[name] = eman

put tSecondArray after tFirstArray

tFirstArray[tom] = mot
tFirstArray[jane] = enaj
tFirstArray[bill] = llib
tFirstArray[name] = eman



More information about the use-livecode mailing list