dirtbiker5627
- 18th May 2010, 03:02
I just bought the picbasic pro 2.6 upgrade cd. I installed it into the computer and did a test to see if the new features were working. I used this. It worked.
do
HIGH GPIO.2
PAUSE 100
LOW GPIO.2
PAUSE 100
loop
When I typed this code all the reserved words are capitalized and in bold but the do & loop commands dont change. They stay lower case and unbolded even though the proram works this will make the program really hard to understand unless I figure out a way to set this. Please help.
do
HIGH GPIO.2
PAUSE 100
LOW GPIO.2
PAUSE 100
loop
When I typed this code all the reserved words are capitalized and in bold but the do & loop commands dont change. They stay lower case and unbolded even though the proram works this will make the program really hard to understand unless I figure out a way to set this. Please help.