figured it out myself..........stupid logic mistake
insted of
month$ = month.check$
it should read...
month.check$ = month$
thanx anyway
john :-[
Search found 2 matches
- Thu Oct 23, 2003 1:46 am
- Forum: QBasic / QuickBasic related
- Topic: variables keep disappearing
- Replies: 1
- Views: 823
- Wed Oct 22, 2003 10:24 am
- Forum: QBasic / QuickBasic related
- Topic: variables keep disappearing
- Replies: 1
- Views: 823
variables keep disappearing
this program is suposed to print all of the months data, then stop and ask for user input after the change of every month.... but the month$ and month.hold$ are not reading right please help! GOSUB HSK WHILE END.FLAG <> 1 &n...