Thread
:
[Fixed] Using brackets in *.skin files
View Single Post
08-19-2004, 05:23 PM
Harm
Too much time...
Join Date: Jul 2003
Posts: 1,430
As you would do in any tcl script, using the escape character.
So '[' becomes '\[' and ']' becomes '\]'. Otherwise the tcl interpreter thinks they are enclosing a command (and its parameters if any).
Harm
View Public Profile
Find More Posts by Harm