12. Using PicLan-IP Statements in External Subroutines
If you wish to use PicLan-IP Statements such as PL_QUOTE(...) in an external
subroutine you must include a number of items at the top of your subroutine.
These items are specified in the template item WWW.CTRL,DATA GEN.SUB.
This is the same template that is used whenever a dynamic HTML page is
compiled.
After you have included these additional lines, you can then use the
PC verb instead of the system BASIC verb and PicLan-IP statements
and functions will now process correctly.
{INCLUDE _BAS_FTR.HTM}