Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Which functions are available in the WMLscript Lang library?

0
Posted

Which functions are available in the WMLscript Lang library?

0

The following functions are available in the Lang library. Note that this is meant as a basic introduction and a quick reference. The authoritative source on WMLscript is WAPforum and the latest approved WMLscript reference is available here. 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 minInt() returns the minimum supported integer value float() returns true of floating point values are supported exit(any) exits WMLscript and returns any to the c

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123