command in stack looks like this
command fetchRandomMediaItem pCriteria, pValue # do stuff here end fetchRandomMediaItem from msg box: some callers work, some fail fetchRandomMediaItem cat, dog # this works fetchRandomMediaItem "cat", "dog" # this works #But this fails fetchRandomMediaItem "cat_species", "dog/canine" Message execution error: Error description: Handler: can't find handler Hint: fetchRandomMediaItem This also fails fetchRandomMediaItem "cat_species, dog/canine" Why? BR _______________________________________________ use-livecode mailing list [email protected]<mailto:[email protected]> Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ 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
