H!
I'm testing a math program for very big numbers.
2147483647 is the largest positive Integer Value in BlitzBasic [4bits]
But I want it bigger :)
I want to handle for example the code below:
it must be possible. for example the windows calculator tool has a much bigger range.
Thanks for helping me
:)
I'm testing a math program for very big numbers.
2147483647 is the largest positive Integer Value in BlitzBasic [4bits]
But I want it bigger :)
I want to handle for example the code below:
Print 2147483645645647+2147483644645345 ;or bigger
it must be possible. for example the windows calculator tool has a much bigger range.
Thanks for helping me
:)