How can add CRLF to variable
From: DrumFire (dpphlnNOSPAM_at_tin.it)
Date: 11/28/03
- Next message: Jean-Luc Fontaine: "tcl and tk 8.4.5 rpms in Red Hat development (formerly rawhide)"
- Previous message: IllegalOperation: "Re: Looking for a better way"
- Next in thread: Helmut Giese: "Re: How can add CRLF to variable"
- Reply: Helmut Giese: "Re: How can add CRLF to variable"
- Reply: Georgios Petasis: "Re: How can add CRLF to variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 28 Nov 2003 20:38:29 GMT
Hi,
I've this simple source:
set messaggio [ concat ciao pippo \n ]
set messaggio [ concat $messaggio ciao antani ]
puts $messaggio
The Output is this:
ciao pippo ciao antani
I want instead that output is like this:
ciao pippo
ciao antani
How can I do? I try to insert \n at the end of concat, but
it seems doesn't work.
Bye
- Next message: Jean-Luc Fontaine: "tcl and tk 8.4.5 rpms in Red Hat development (formerly rawhide)"
- Previous message: IllegalOperation: "Re: Looking for a better way"
- Next in thread: Helmut Giese: "Re: How can add CRLF to variable"
- Reply: Helmut Giese: "Re: How can add CRLF to variable"
- Reply: Georgios Petasis: "Re: How can add CRLF to variable"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]