WMLScript maxInt() Function

The maxInt() function returns the maximum possible integer value.

Syntax

n = Lang.maxInt()
Component Description
n The largest integer returned from the function.

Example

var a = Lang.maxInt();

Result

a = 2147483647