EQUATE AM TO CHAR(254) EQUATE VM TO CHAR(253) EQUATE SVM TO CHAR(252) EQUATE SEPAR.CHAR TO CHAR(249) EQUATE ESC TO CHAR(27) EQUATE CR TO CHAR(13) EQUATE FF TO CHAR(12) EQUATE LF TO CHAR(10) EQUATE BS TO CHAR(8) EQUATE BELL TO CHAR(7) EQUATE NUL TO CHAR(0) * EQUATE YES TO 1 EQUATE NO TO 0 * EQUATE DAYS TO 'Sun]Mon]Tue]Wed]Thr]Fri]Sat'
INCLUDE PLIP.BP SYS.TYPE.INCLUDE INCLUDE PLIP.BP PL.COMMON INCLUDE PLIP.BP PL.COMMON.DEFS INCLUDE PLIP.BP PL.DEFS INCLUDE PLIP.BP PLIP.COMMON INCLUDE PLIP.BP PLW.COMMONFuture releases of PicLan-IP may change these common areas, so you should be careful when upgrading PicLan-IP. You can verify the current PicLan-IP COMMON usage by looking at the generated source code in WWW.CTRL,PGBASIC.
PC filename item{ item ...} {=options}You can also specify items with an active select list or use an asterisk to indicate all items in the file.
The intermediate source code is temporarily stored in a second data portion of the data file that contains the original source code. If you have a basic program file named BP, then the intermediate source code will be stored in BP,COMPILE.SOURCE. With normal usage the intermediate source code is deleted by the pre-compile immediately after the system compiler completes.
The intermediate source code is carefully constructed to behave as much like the original source code as possible: