realbasic-nug.it
[Top] [All Lists]

Re: Stampare stringhe con WiriteLine

To: REALbasic NUG Italian <realbasic-nug dot it at lists dot realsoftware dot com>
Subject: Re: Stampare stringhe con WiriteLine
From: Giovanni Gualeni <ggualeni at tiscali dot it>
Date: Thu, 20 Sep 2007 08:38:10 +0200
Delivered-to: listarchive at realsoftware dot com
Delivered-to: realbasic-nug dot it at lists dot realsoftware dot com
References: <532DE6EB-446D-406D-84AC-CCEB559908F7 at mac dot com>
Il giorno 20/set/07, alle ore 00:34, Matteo Lovatti ha scritto:

vorrei usare la funzione TextOutputStream.WriteLine
per stampare in un file una stringa tipo:

<meta http-equiv="content-type" content="text/html; charset=utf-8" >

Il problema è che i  " e i  < mi "troncano" la stringa

Usando Chr(34) invece delle virgolette e la stringa diventa:

"<meta http-equiv="+Chr(34)+"content-type"+Chr(34)+" content="+Chr(34) +"text/html; charset=utf-8"+Chr(34)+" >"

Giovanni

<Prev in Thread] Current Thread [Next in Thread>