Skip to content
⌘ NSIS Forum Archive

integer limit?

3 posts

fishsauce#

integer limit?

Is there a way to use integers that go past 2^31? Right now
IntCmp 2660708532 31000 EQUAL LESS GREATER
does not return GREATER (just an example, both numbers change programmatically). Is there a way to use 64 bit ints?
Anders#
the system plugin can do that