Error message in TV mode
El Paisa
Posts: 375
I am trying to run some of the TV programs like Graphics, Graphics demo and TV_terminal_demo and I am receiving an error message ERROR:Expected "(".
I do not see and open ended ")".
I do not see and open ended ")".
Comments
The newer Propeller Tool (v0.95) objects require a 'MODE' to be set when using the TV-Terminal.spin
If the code example has:
term.start
Then change it to:
term.start(3)
See this thread:
http://forums.parallax.com/showthread.php?p=585551
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Mike
Post Edited (Mike Cook) : 5/7/2006 2:50:26 PM GMT