WMLScript minInt() Function
The minInt() function returns the possible minimum integer value.
Syntax
n = Lang.minInt();
Component | Description |
---|---|
n | The smallest integer returned by the function. |
Example
var a = Lang.minInt();
Result
a = -2147483648