Modular Software - Home PicLan-IP - Home

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.
1 2 3 4 5 6 7 8 9 10 11 12
Modular Software - Home PicLan-IP - Home