[R] tclVar Question

Jason Fisher stormplot at hotmail.com
Fri Jan 10 01:07:03 CET 2003


Hi All...

In an attempt to read data from a file and feed it into a tcltk entry box, 
I've run into difficulties.  The following hopefully describes my dilemma:

tclvalue(x.var) <- 5
Works fine.

tclvalue("x.var") <- 5
Does not work.  [Error: Target of assignment expands to non-language object]

tclvalue(eval(parse(text="x.var"))) <- 5
Also, does not work.

Any ideas on how to get this to work?

Thanks in advance!

J

***************************************
Jason C. Fisher
UCLA Graduate Student
Civil & Environmental Engineering Dept.
5731 Boelter Hall
Box 951593
Los Angeles, CA 90095-1593
Phone Number: (310) 825-2292
Email: stormplot at hotmail.com
***************************************




More information about the R-help mailing list