[Tcl Java] RE: [Tcl Java] Converting Interp.getResult TclObject to Java

2000-04-19 Thread Paul Eng
make sense. Thanks, Paul Eng -Original Message- From: Mo DeJong [mailto:[EMAIL PROTECTED]] Sent: Friday, April 14, 2000 3:29 PM To: Paul Eng Cc: [EMAIL PROTECTED] Subject: Re: [Tcl Java] Converting Interp.getResult TclObject to Java On Fri, 14 Apr 2000, Paul Eng wrote: > I am looking in

[Tcl Java] Re: [Tcl Java] Converting Interp.getResult TclObject to Java

2000-04-14 Thread Mo DeJong
On Fri, 14 Apr 2000, Paul Eng wrote: > I am looking into using Jacl to call Tcl scripts. I can call interp.eval() > and then interp.getResult() to get the return value, but the return value is > a TclObject. What I would like to do is convert this TclObject result into > it's appropriate java o

[Tcl Java] Converting Interp.getResult TclObject to Java

2000-04-14 Thread Paul Eng
I am looking into using Jacl to call Tcl scripts. I can call interp.eval() and then interp.getResult() to get the return value, but the return value is a TclObject. What I would like to do is convert this TclObject result into it's appropriate java object, so that if it's a reflected object, I w

[Tcl Java] Converting Interp.getResult TclObject to Java (fwd)

2000-04-14 Thread Brent Welch
I am looking into using Jacl to call Tcl scripts. I can call interp.eval() and then interp.getResult() to get the return value, but the return value is a TclObject. What I would like to do is convert this TclObject result into it's appropriate java object, so that if it's a reflected object, I