11-12-2022, 06:29 PM
3^11 = 177417 but [b]that last value[b] squared = 31381059609!
Welcome to the forums Pedro.
Could declare a single string to be that large and then use "_CV()" and "_MK$()" to go back and forth (and critically "MID$()" on LHS) getting and setting values. But that's not for the larger number you're requesting because the large value shown here is close to 29.2GB.
I just tried on Linux setup which does not have QB64PE but Freebasic, only 4GB RAM and 4GB "swap" space. This looks like a job for an associative array.
Welcome to the forums Pedro.
Could declare a single string to be that large and then use "_CV()" and "_MK$()" to go back and forth (and critically "MID$()" on LHS) getting and setting values. But that's not for the larger number you're requesting because the large value shown here is close to 29.2GB.
I just tried on Linux setup which does not have QB64PE but Freebasic, only 4GB RAM and 4GB "swap" space. This looks like a job for an associative array.