Odd but true.
In DarkBASIC Pro, I seem to have a problem when typing in simple commands such as "Ink" and "Print".
The problem is that after I type in those commands they wont turn a color to show that the Program DarkBasic Pro reconizes it as a command.
Example Problem 1:
Print "The print command should turn blue in DarkBasic Pro"
wait key
Example 2 the correct way:
Print "This is the way it should be!"
wait key
Bold=Color
Non-Bold=No color
I checked the system options and the Syntax Highlighting is checked,
and the Syntax Highlighting Options for Keywords is set to Bold Blue.
Thanks alot!
Do Print "Hello World"
Wait 2003 loop