Another thing to try that helped me more than once is to copy/paste the script (the ENTIRE script not just the handlers) into a text file formatted for Text Only then copy/paste it back into your script replacing what is there. I think it has something to do with the unicode text thingummy.
Bob S On Dec 6, 2016, at 16:12 , Dr. Hawkins <[email protected]<mailto:[email protected]>> wrote: On Tue, Dec 6, 2016 at 2:52 PM, Dave Kilroy <[email protected]<mailto:[email protected]>> wrote: You define a handler "mkNwDnaRec" but your exit statement refers to "makeNewDnaRec" ... Correct. That should throw any error on script save--but it doesn't. The rest of the script compiles, but this routine quietly doesn't. -- Dr. Richard E. Hawkins, Esq. (702) 508-8462 _______________________________________________ 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
