Skip to content
Prev 51934 / 398500 Next

help with tclVar

Hi, I can' t load a variable tcltk declared with tclVar, why is this?, the
exmple above explain me ,Thanks Ruben
a<-tclVar(init="")
+ a<<-"pipo"
+ }
[1] "pipo"
Error in structure(.External("dotTcl", ..., PACKAGE = "tcltk"), class =
"tclObj") :
        [tcl] can't read "pipo": no such variable.