Fonction maxInt() WMLScript

La fonction maxInt() retourne la valeur entière maximale possible.

Syntaxe

n = Lang.maxInt()
Composition Description
n Retourne le plus grand entier possible de la fonction.

Exemple

var a = Lang.maxInt();

Résultat

a = 2147483647