Is it legal to do something like this, and if so, exactly what happens?:
The compiler compiles it with no problems. But I don't think this is doing what I would like it to do.
On my win98 computer it works..but on another computer running CCI DOS, with no EMS enabled, it blows up with error 202.
Thanks,
Jason
[This message has been edited by Jason McCarver (edited 09-21-99).]
Code:
$DYNAMIC a=0 IF a=1 THEN DIM VIRTUAL TestMe(2) AS INTEGER ELSE DIM DYNAMIC TestMe(2) AS INTEGER END IF
On my win98 computer it works..but on another computer running CCI DOS, with no EMS enabled, it blows up with error 202.
Thanks,
Jason
[This message has been edited by Jason McCarver (edited 09-21-99).]
Comment