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