I don’t think append is a command, it is used when you open files to add new data at the end of the file.
— open file myFilePath for append Tore > 10. aug. 2016 kl. 19.05 skrev Matt Maier <bluebac...@gmail.com>: > > Thanks Tore, yeah that works. I was just curious if there was a way to do > it directly. Anytime the syntax is simpler there are fewer chances to make > a mistake. > > I found "append" in the dictionary but it's not really documented and I > couldn't get a script to compile with it. > > On Wed, Aug 10, 2016 at 7:51 PM, Tore Nilsen <tore.nil...@me.com> wrote: > >> You could try this, it works if the array is declared global or local, and >> should work if the arrays are script local if both arrays are constructed >> within the same handler >> >> repeat for each key tKey in tSecondArray >> >> put tSecondArray[tKey] into tFirstArray[tKey] >> >> end repeat >> >> >> Regards >> Tore >> >> >>> 10. aug. 2016 kl. 18.41 skrev Matt Maier <bluebac...@gmail.com>: >>> >>> 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 >>> _______________________________________________ >>> use-livecode mailing list >>> use-livecode@lists.runrev.com >>> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >>> http://lists.runrev.com/mailman/listinfo/use-livecode >> >> _______________________________________________ >> use-livecode mailing list >> use-livecode@lists.runrev.com >> Please visit this url to subscribe, unsubscribe and manage your >> subscription preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode >> > _______________________________________________ > use-livecode mailing list > use-livecode@lists.runrev.com > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode