> function myArray pString > return myArrayTest[pString] > end myArray
Small typo: myArrayTest[pString] should of course be: myArray[pString] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
