Message-ID: <0FF8E409-B45C-4F0C-B6FA-BC8779BF75EB@sp.unipi.it>
Date: 2005-08-13T16:09:27Z
From: Simone Gabbriellini
Subject: tkinsert matrix - how to display a matrix with tcltk
dear list,
I have problems with tkinsert
I need to display a matrix as a result of my function, but when I use
tkinsert(txt, "end", myMatrix, sep="\n") I simply obtain a string.
I do:
n<-tclVar()
tclObj(n)<-matrix(data, ncol=lenght)
tkinsert(txt, "end", tclvalue(n), sep="\n")
any hints?
thank you in advance,
simone gabbriellini