Listen to QB64 Report!Our podcast on all things QB64 is out now. Listen athttp://podcast.qb64.org
0 Members and 1 Guest are viewing this topic.
$IF A THEN DIM x AS INTEGER$END IF$LET A = -1
Surely you can fake it by doing something with the pre-compiler:Code: [Select]$IF A THEN DIM x AS INTEGER$END IF$LET A = -1
Same precompiler trick will work for the $INCLUDE "exclusion". You've got yourself a feature request implemented, Unseen.
Thanks to Steve for adding in the precompiler bit.