On Wed, 17 Sep 2008, Alex Rufon wrote:

> In the JFE, I would like to see an example where I can do something similar 
> to the OLE interfaces:
> SetB()
> GetB()
> Do()
> 
> Specifically how to get and set data in the J session not as a character 
> pointer but using the actual data type.
> 
Actually you do not need SetB or GetB, result of execution can be
obtained by implementing Joutput in the jfe example. And You set data
value using JDo. However if you cannot live without them, a good place
to start is the source of jmf scripts.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to