Jump to content

Strange question?


CrazyU
 Share

Recommended Posts

I know $NUM = 1030875233476117895070 Can obtain correct,Why but is this?

because in AutoIT numbers are "stored" as a 64-Bit signed integer. Thus the positive value range goes from 0 - 2^63 - 1 (which is 9223372036854775807). So, your number was simply too large, which led to an "overflow" (not really an overflow, but I don't know a better word).

See help file: FAQ - Nr. 15 - Current limits ....

Cheers

Kurt

Edited by /dev/null

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...