Number

From AutoIt Wiki

Jump to: navigation, search
Alert.gif This article is a stub, please expand on it if you have knowledge on the subject.

A Number is variable type in AutoIt

Declaration

[scope] $VariableName = [number]
scopeScope in which variable will be created - can be Local or Global
numberPositive or negative number


Limitations

Number range (floating point): 1.7E–308 to 1.7E+308 with 15-digit precision

Number range (integers): 64-bit signed integer

Personal tools