Archive: Integer limits


Integer limits
What are the integer sizes in NSIS? Are they 32 bit? I couldn't find the details anywhere in the documentation.

Thanks.


They're 32-bit. You can use IntCmpU to compare integers as unsigned. You can use the System plug-in for 64-bit integers and the Math plug-in for floats.