arrays with merge

Lyn Teyla lyn.teyla at gmail.com
Fri Jun 5 03:21:08 EDT 2015


> function myArray pString
>   return myArrayTest[pString]
> end myArray

Small typo:

myArrayTest[pString]

should of course be:

myArray[pString]






More information about the use-livecode mailing list