Hey currently i have my variables like this......
$var "one huge long line of text, which looks really bad when opened in a text editor"
is there anyway to split the test onto say 10 lines, but put all the text in one var???
so that you write the test on a few lines, but it appears in the var as one line
i tried this.....
$var "one huge
long line of
text split over
a few lines"
but it gave me and error
any ideas, i have check loads of tcl sites for this
thanx