The DOS environment allow to used the memory not greater than 64k. if your exe program is greater than 40K you need to customize your code and lower it down to 32K or 34k and add this to your autoexec.bat SET CLIPPER-F240 OR SET CLIPPER=F99.
Just try it..,
The problem of yours is that, the dos only allocate 64k and if your compiled program is 40K over the remeaning is only 24k so try to reduce or customize your source code into 30k so you can play more than 34k even if you will used an overlay. and add this to your autoexec.bat SET CLIPPER=F240...
The problem of yours is that you did not initialize the variable to store the corresponding result into the field of entry or you have already a variable that you declared early by public.
Try to initialize the variable again before you execute that command of yours.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.