At 7:35 PM -0800 2/6/2002, Matt Denton wrote: >Can anyone help: I've got my own version "sendInTime" handler, but is >there a way to redefine the 'send' command? I'm getting "bad handler >name, may be reserved word" error, however I'm sure there is a way, >oui [ ] non [ ]? I remember in the dark ages HCard allowed a redefining >of keywords, if I remember correctly... now how do I get rev to agree >with me?
You can't redefine commands in Revolution; sorry. (Built-in commands and function calls go straight to the engine, and don't traverse the message path.) The downside for this is that you can't redefine a built-in command, but it's pretty easy to write your own version with your own name. The upside is that execution is a lot faster, since built-in commands and functions don't have the overhead of checking every object in the message path for a handler before they execute. -- Jeanne A. E. DeVoto ~ [EMAIL PROTECTED] http://www.runrev.com/ Runtime Revolution Limited - Power to the Developer! _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
