On Jan 16, 2007, at 11:14 UTC, Tom Benson wrote:

> Is Operator_Lookup unsupported outside of code objects??

That appears to be correct.

> Do I really have to define a custom function for each of these keys  
> as a work around???

That certainly is the best solution, since then users can use
autocompletion to help them type the code, and if they type it wrong
anyway, the compiler will catch it at compile time, instead of just
failing in some way at runtime.  If you were to use Operator_Lookup,
you lose all these benefits.  Laziness doesn't pay in this case.  :)

Best,
- Joe

--
Joe Strout -- [EMAIL PROTECTED]
Verified Express, LLC     "Making the Internet a Better Place"
http://www.verex.com/

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to