WMLScript Question: Download WMLScript PDF

Which functions are available in the WMLscript Lang library?

Tweet Share WhatsApp

Answer:

The functions in this section are accessed by Lang.functionName abs(number) returns the absolute value of number min(number1,number2) returns smallest of number1 and number2, or number1 if equal min(number1,number2) returns largest of number1 and number2, or number1 if equal parseInt(string) returns the integer value of string parseFloat(string) returns the floating point value of string isInt(string) returns true if string can be converted to an integer isFloat(string) returns true if string can be converted to a floating point value maxInt() returns the maximum supported integer value

Download WMLScript PDF Read All 4 WMLScript Questions
Previous QuestionNext Question
What is WML (WMLScript)?When should I use WMLScript?