View previous topic :: View next topic |
Author |
Message |
pfournier
Joined: 30 Sep 2003 Posts: 89
|
Is there a complement to #ERROR? |
Posted: Tue Feb 08, 2005 1:53 pm |
|
|
I know #ERROR will stop compilation and report an error, is there something like a #INFO that might just flash informational stuff onto the screen or on the output display?
Sometimes I want to check to make sure a setting has been done correctly and if I could report it during compile time it would be a great help.
Like this:
#IF ....
#INFO first
#ELIF .....
#INFO second
#ELSE
#INFO third
#ENDIF
-Pete _________________ -Pete |
|
 |
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
 |
Guest
|
|
Posted: Tue Feb 08, 2005 3:20 pm |
|
|
Ahhh so there is something (at least in other compilers). OK I'll ask.
Thanks for the info.
-Pete |
|
 |
|