First post, by Mike Green
Hi.
I am running DOSBox 0.74 under 64 bit Ubuntu 14.04, and I am having a problem with the VAL command. I have been running the same software on a 32 bit machine under ubuntu 12.10 with no problems. The program also runs fine on a 64 bit WIndows 7 machine.
Here is a sample program:
M0$ = "1"
If VAL(M0$) <> 1 then print "Error with VAL function"
Output: Error with VAL function
If I print M0$, and Val(M0$), they are indeed 1.
Am I going nuts 😕 ?
Thanks,
M...