05-13-2022, 11:59 AM
Move the 3 CONST from the second file to the first:
CONST Last = SetSize - 1
CONST TRUE = -1
CONST FALSE = 0
Then save the second file as "CHARSET.BM" <-- don't use the BI extension. Make it .BM instead.
Then at the 3rd file, instead of including the .bas file, $INCLUDE:'CHARSET.BM' for that last line.
CONST Last = SetSize - 1
CONST TRUE = -1
CONST FALSE = 0
Then save the second file as "CHARSET.BM" <-- don't use the BI extension. Make it .BM instead.
Then at the 3rd file, instead of including the .bas file, $INCLUDE:'CHARSET.BM' for that last line.