Guest_imported
New member
- Jan 1, 1970
- 0
Hello All,
I'm a long-time QBasic user, and have bumped into a re-occurring problem : At one time of another, when I have just added something to my program, QBasic does not want to run my program anymore, generating argument mismatch errors on places that worked fine a minute ago, and that are not related in any way to the changes I just made.
To make it all even more funny, when I remove the sub/function declarations, at the start of my program, my program functions o.k. again. That is, up untill the point where QBasic inserts those lines again (due to saving the program).
So, I'm quite sure it's not a problem of my program, but some sort of bug (?) of QBasic.
My question : 1) Does anyone know of it, 2) does anyone know how to solve the problem (update perhaps ?), 2) if solution is present, how can i find when this problem (why) it's going to happen.
BitFiddler
I'm a long-time QBasic user, and have bumped into a re-occurring problem : At one time of another, when I have just added something to my program, QBasic does not want to run my program anymore, generating argument mismatch errors on places that worked fine a minute ago, and that are not related in any way to the changes I just made.
To make it all even more funny, when I remove the sub/function declarations, at the start of my program, my program functions o.k. again. That is, up untill the point where QBasic inserts those lines again (due to saving the program).
So, I'm quite sure it's not a problem of my program, but some sort of bug (?) of QBasic.
My question : 1) Does anyone know of it, 2) does anyone know how to solve the problem (update perhaps ?), 2) if solution is present, how can i find when this problem (why) it's going to happen.
BitFiddler