From the manual for PBP3
which tells us that they are not included in PBP3. As Archangel said in #3 use the mode numbers instead of the mode alias to save space.The Mode names (e.g. MSBPRE) are defined in the file MODEDEFS.BAS. To use them, add the line:
Include "modedefs.bas"
to the top of the PICBASIC PRO program.





Bookmarks