This may seem a bit strange but it makes sense for me!
When programming I put lots of DrawText commands in to overlay variable information (values) on the screen. I would really like to make all this text disappear (and reappear) with a touch of a button. The Drawtext commands are scattered through the program (they often print Local variables). I could for every Drawtext command - always precede it with a If flag then Drawtext ......... But it would be more convenient if I could just set a global variable which would be tested in the *actual* DrawText function itself and it could Return early.
Is it possible to do this? and if so how?
Thank you very much.
When programming I put lots of DrawText commands in to overlay variable information (values) on the screen. I would really like to make all this text disappear (and reappear) with a touch of a button. The Drawtext commands are scattered through the program (they often print Local variables). I could for every Drawtext command - always precede it with a If flag then Drawtext ......... But it would be more convenient if I could just set a global variable which would be tested in the *actual* DrawText function itself and it could Return early.
Is it possible to do this? and if so how?
Thank you very much.