{INCLUDE _BAS_HDR.HTM}

8.  Controlling HTML Quoting

Normally, when an element is merged into an HTML document, it's value is automatically HTML "quoted" so that characters such as < and > will display properly. If you wish to have your basic program generate HTML tags, this quoting process will prevent your tags from being interpreted. For this purpose, you can specify your insert as RAW(...) which will prevent the quoting from occuring. If you do this, it is your program's responsibility to quote the characters using the PL_QUOTE(...) function.
{INCLUDE _BAS_FTR.HTM}