I'd like to do the following:
( deftemplate editor ( slot field ) )
( defglobal ?*t* = new java.awt.textField )

( assert editor ( field ?*t* ) )

This works, the reference is loaded into editor, but how do I retrieve it?

I tried:

?e <- ( editor ( field ?tf ) )

which fails.

How do I can I get and use the external reference?

glenn

> 
---------------------------------------------------------------------
To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]'
in the BODY of a message to [EMAIL PROTECTED], NOT to the
list. List problems? Notify [EMAIL PROTECTED]
---------------------------------------------------------------------

Reply via email to