In building code by debug mode, PRINT or WRITE of variables on screen are needed but not in release mode.
If possible, I want to make this PRINT routine control by compiler directives such as
!DEC$ ()...
SOME PRINT STATEMENT ONLY ACTIVATE IN DEBUG MODE, NOT IN RELEASE MODE
!DEC$ ()
Thanks,
HK