MMBasic for Windows - betas


Author Message
thwill

Guru

Joined: 16/09/2019
Location: United Kingdom
Posts: 4049
Posted: 05:46pm 28 Feb 2022      

Just a quickie:

CMM2:
? Hex$(5, 0)
5


MMB4W:
? Hex$(5, 0)
0 is invalid (valid is 1 to 255)


I have library code that uses a variable/parameter for the second argument which might be equal to 0 where the caller wants to use the default value. I can workaround it, but if the intention is to simulate the CMM2 then you should probably "fix" it.

Best wishes,

Tom