zhang43
Newbie level 4
I want use tcl variable to automatic do the underline
---------------------------------------------------------
set x_coordinate 50
set y_coordinate 50
set_attribute -cell hoge -origin {$x_coordinate $y_coordinate}
---------------------------------------------------------
but it not work.
I am a newcommer of tcl,can anyone help me
---------------------------------------------------------
set x_coordinate 50
set y_coordinate 50
set_attribute -cell hoge -origin {$x_coordinate $y_coordinate}
---------------------------------------------------------
but it not work.
I am a newcommer of tcl,can anyone help me