Update Programming Editor Example Files

Mycroft2152

Senior Member
Technical,

The Programming Editor Example Files need some serious updating. Many of of the older files generate a syntax error when using the latest version of the PE.

For example, the led_test.bas program use "Loop" as a label. Since "Loop" is now a BASIC command. a syntax error is generated. The fix is to go through the program and manually change each instance of "Loop" to "Loop1".

Myc
 
Top