[Gambas-user] Literal Characters

Jeff Stillinger stillj7388 at ...159...
Thu Aug 5 22:05:19 CEST 2004


This code makes the following error.
Non Terminated string at line xx in Form1.class

PRINT #hfile "  <meta http-equiv="content-type" "
PRINT #hfile " content="text/html; charset=ISO-8859-1">  "
PRINT #hfile "<td style="vertical-align: top;">"&Textbox1.Text&<br>"

The goal of the output is to look like this:

<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<td style="vertical-align: top;">12345678901234567890123<br>"

or

<meta http-equiv="content-type"content="text/html; charset=ISO-8859-1">
<td style="vertical-align: top;">12345678901234567890123<br>"


Please oh master Benoit, tell me there is an easy way to get the " 
character into 300ish lines of code.

I need to use html email.  You know, windows X)tra P)roblmes again. :-) 
    Why ask why.

Snapshot reflects what the final report will look like.

--j

-------------- next part --------------
A non-text attachment was scrubbed...
Name: bgm-test-report.jpg
Type: image/jpeg
Size: 135510 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040805/54f27876/attachment.jpg>


More information about the User mailing list