.text insert $string
From: blacksheep (lulliz_at_xxxyyytin.it)
Date: 03/30/04
- Next message: Mike Tuxford: "Re: Ai Wiki for Tcl"
- Previous message: blacksheep: "Re: disactivating freewrap console"
- Next in thread: Bryan Oakley: "Re: .text insert $string"
- Reply: Bryan Oakley: "Re: .text insert $string"
- Reply: Christian Lerch: "Re: .text insert $string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 21:04:03 GMT
I perform a:
#------8<-----------------------
text .text
set $string "le mie vane parole"
.text insert end $string
#------8<-----------------------
and got a ``$string`` as output, while I would like "le mie vane parole".
How should I act to get what I need ? Also:
#------8<-----------------------
.text insert end {$string}
.text insert end "$string"
#------8<-----------------------
does not seem to work.
Regards,
P.
--
Unix/Linux Software Development & Tools
www.lulli.net
- Next message: Mike Tuxford: "Re: Ai Wiki for Tcl"
- Previous message: blacksheep: "Re: disactivating freewrap console"
- Next in thread: Bryan Oakley: "Re: .text insert $string"
- Reply: Bryan Oakley: "Re: .text insert $string"
- Reply: Christian Lerch: "Re: .text insert $string"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]