include directive?
lincoln
Posts: 23
Hello,
Is there a include directive in pbasice 2.5 like in c?
I have an existing data logging program that i am adding ethernet communications to by using a rs232 to ethernet module form Netmedia. The exiting program is just under 2k and the additional overhead and features will not fit in one program slot. Not really a problem, i have changed the module to a 2e and started to brake up the program among different program pages. Rather that having to copy common sub routines to different programs i would rather include a file (say with all the eeprom access bits) and be able to only edit one file to change eeprom stuff.
Lincoln
Is there a include directive in pbasice 2.5 like in c?
I have an existing data logging program that i am adding ethernet communications to by using a rs232 to ethernet module form Netmedia. The exiting program is just under 2k and the additional overhead and features will not fit in one program slot. Not really a problem, i have changed the module to a 2e and started to brake up the program among different program pages. Rather that having to copy common sub routines to different programs i would rather include a file (say with all the eeprom access bits) and be able to only edit one file to change eeprom stuff.
Lincoln
Comments