Quote Originally Posted by rocket_troy View Post
The editor that came with PBP3 -- Microcode Studio MCSX (the apparent successor to MCS) -- appears to automatically adjust/correct the "DEFINE" to lowercase. I'm assuming this is intentional??? Nevertheless, it's not the cause of the compiling error as the error still appears even if I remove that entire line from the code.

Regards,

Troy
Troy,

Microcode Studio MCSX defaults to lower case for the reserve words, but you can change that. To do so, click on the 'View' menu, then select 'Editor Options'. Now select the 'Highlighter' tab and at the bottom of that tab is the 'Reserve Word Formatting' area. Just select the 'Uppercase all' option and your "DEFINE", as well as all reserve words, will be in caps.