Quote:
question2:
Another question which I think is a no brainer for most but for me i it is very hard to visualize when performing this task is ... if i compile this piece of code, will the compiler add myfile.bas and main.bas into the program memory of the PIC microcontroller or will it only include the main.bas ? lets say that I am using the 16C73B which has only 4K of space .... and myfile.bas takes up 3K while main.bas takes up 2K. does this mean that I will get an error when compiling the code.
Since some statement may be use in both program, the compiler will not add them as 3K+2K. Since my english is really not perfect, i'll try to explain it simple. try this. If you compile this line