Wednesday, 28 August 2013

Use comment symbol in variable value TCL

Use comment symbol in variable value TCL

I am looking to use the # symbol which is the symbol to indicate that
everything following is going to be a comment in a variable value. So, I
would like to write the following:
set Dev1_Number 1#
set Dev2_Number 2#
But the program only recognizes 1 and 2 as values that can be placed the
memory location of the variable. Is there anyway to get around that?

No comments:

Post a Comment