PicLan-IP Dynamic Web Content
1 2 3 4 5 6 7 8 9 10 11 12
Contents
10. Producing an Entire Page Bypassing the Merge Operation.
If you wish to bypass the merge operation and produce an entire page yourself
you can do so. Simply set the variable RESX to the ascii string
that represents the HTML page. Then execute a RETURN statement to
leave the generated subroutine early.
Note: The PicLan-IP web server build 2.0.0(105) behaves
differently than previous releases. Previously releases stored HEX
strings in RESX and this release stores ASCII. The reason for this
change is that ASCII strings are smaller and process faster. In addition,
you should note that the RESX variable is in web format, meaning that lines
are seperated by CRLF sequences and not MultiValue attribute marks.
1 2 3 4 5 6 7 8 9 10 11 12
Contents
© Copyright 1996-1997 Modular Software Corporation.All
rights Reserved.