Please disregard this. I upgraded to jacl 1.4.1 and the problem is solved.
Regards,
-allen-
-----Original Message-----
From: militho_sw1
Sent: Tue 6/3/2008 4:34 PM
To: tcl...@li...
Subject: problem with bracket translation "[ ]"
we are using a jacl/swank combination, but are having problems with the following:
sendToTcs 0 "set o \[new_Overlay__Orientation\]"
sendToTcs is a proc that takes 2 arguments. Now I want to send "[new_Overlay__Orientation]" exactly.. I do not want a any command evaluation. I tried two \ and that doesn't work either. I also tried:
sendToTcs 0 "set o {[new_Overlay__Orientation]}"
and that doesn't work either.
We are running Jacl 1.4
thanks
|