hi dear friends
how to read  variable value of C++ in OTCL??
for example a partial of code are
class test:public TclObject{
public:
int i;
test();
.
.
.};

test::test(){
bind("i_",&i);
}

in Tcl write this:
set te [new test]
set x [$te $i???] ??????????????

-- 
Amin Irandoost

Reply via email to