[tcljava-user] problem with bracket translation "[ ]"
Brought to you by:
mdejong
From: militho_sw1 <mil...@mo...> - 2008-06-03 21:36:13
|
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 |