David Burgun wrote:

The problem is that if you are doing something like this:

if the script of myObject contains "on HandlerName" then
  send HandlerName to myObject
end if

Since "on" or "function" must be the first word in a line to be an active command or function, you could simply add return to your evaluation to weed out comments:

  if cr&"on handlerName" is in cr&the script of myObject then


--
 Richard Gaskin
 Managing Editor, revJournal
 _______________________________________________________
 Rev tips, tutorials and more: http://www.revJournal.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to