FYI -FWIW - trigraph error
Posted: Tue Aug 26, 2014 3:37 am
I found the error by the line number :: I had " Voltage = AD(??) -- hadn't decided on the channel - corrected it
'''--a single ? doesn't cause any concern/errors !!! - is that a problem??
the internet indicates it is part of the C preprocessor [from way back when] -SO you are catching R foibles !!!
'
Analyzing C:/Coridium/Basic.mbd2/Examples/Bchip_event_logger07.bas
C:/Coridium/Basic.mbd2/Examples/Bchip_event_logger07.bas:168:14: warning: trigraph ??) ignored, use -trigraphs to enable
Programming Flash 1114...
'
Having Fun , Still !!??
A trigraph is a throwback to the old days when people didn't have keyboards with lots of symbols.
eg.
??= is #
??( is [
??/ is \
??) is ]
and so on.
'''--a single ? doesn't cause any concern/errors !!! - is that a problem??
the internet indicates it is part of the C preprocessor [from way back when] -SO you are catching R foibles !!!
'
Analyzing C:/Coridium/Basic.mbd2/Examples/Bchip_event_logger07.bas
C:/Coridium/Basic.mbd2/Examples/Bchip_event_logger07.bas:168:14: warning: trigraph ??) ignored, use -trigraphs to enable
Programming Flash 1114...
'
Having Fun , Still !!??
A trigraph is a throwback to the old days when people didn't have keyboards with lots of symbols.
eg.
??= is #
??( is [
??/ is \
??) is ]
and so on.