01-23-2026, 02:43 PM
(This post was last modified: 01-23-2026, 02:44 PM by ahenry3068.)
I'm slightly dyslexic and have a real tendency to make errors like
Then pulling out what little is left of my hair trying to figure out why the Number is wrong !
_option explicit Saves me from that kind of error !
Code: (Select All)
DIM SHARED NumberofUglyMonsters AS LONG
REM Then later in the code
PRINT " There's ";NumUglyMonsters;" Chasing you !"Then pulling out what little is left of my hair trying to figure out why the Number is wrong !
_option explicit Saves me from that kind of error !

