What thread title do you want? I can fix it.
Robert
What thread title do you want? I can fix it.
Robert
Hi,
No, INCLUDE will put the content of the file exactly where the INCLUDE statement is located. Variables must be prior to them being used.
Code:' This will work Test VAR BYTE Test = 5/Henrik.Code:' This will not work Test = 5 Test VAR BYTE
Thank you Gentlemen,
Demon, I wished to name it "Use of INCLUDE" but my finger is too thick for the keyboard
Yes, I agree, declaration of variables before use leaves less room for errors, although makes a bit less flexible use of Includes. Probably I will split them into two. like include1_header.pbp and include1_main.pbp for not placing seldom used code into the first page of memory
Bookmarks