Hello to everybody!
    I've this newbie problem.
I use java to call tcl script. This script prints something.
I want to know what this script prints. (create some String(s) with it)
But I don't know how to do that.
Can anybody help me?
Regards,
  Lubos Vrba

sources:
java:

try {tclInterp.evalFile("next.tcl");}
catch (TclException te) {System.out.println(te);}

next.tcl:
puts "Hello world!"
#and  I want to create in java some String "Hello world!", but how?

----------------------------------------------------------------
The TclJava mailing list is sponsored by WebNet Technologies.
To subscribe:    send mail to [EMAIL PROTECTED]  
                 with the word SUBSCRIBE as the subject.
To unsubscribe:  send mail to [EMAIL PROTECTED] 
                 with the word UNSUBSCRIBE as the subject.
To send to the list, send email to '[EMAIL PROTECTED]'. 
A list archive is at: http://www.findmail.com/listsaver/tcldallas/

Reply via email to