WMLScript Lang Library
The Lang library contains functions for absolute value calculations, data type manipulation,
and random number generation.
WMLScript Lang Library Functions
| Function |
Description |
| abort() |
Aborts a WMLScript and returns a message to the
caller of the script |
| abs(x) |
Returns the absolute value of a number
|
| characterSet() |
Returns the character-set
supported by the WMLScript interpreter |
| exit() |
Exits a WMLScript and returns a message to the caller
of the script |
| float() |
Returns a Boolean value that indicates whether
floating-point numbers are supported |
| isFloat() |
Returns a Boolean value that indicates whether a value can be converted into
a floating-point number by the parseFloat() function |
| isInt() |
Returns a Boolean value that indicates whether a value can be converted into
an integer by the parseInt() function |
| max(x,y) |
Returns the number with the highest value of x and y |
| maxInt() |
Returns the maximum possible integer value |
| min(x,y) |
Returns the number with the lowest value of x and y |
| minInt() |
Returns the minimum possible integer value |
| parseFloat() |
Returns a floating-point value defined by a
string |
| parseInt() |
Returns an integer defined by a string |
| random(x) |
Returns a random integer between 0 and x |
| seed() |
Initializes the random number generator
with a number, and returns an empty string |
Note: We think that the Lang library has a misleading name (should be
named Math library or something like that). However, it is called the Lang
library because it contains functions that are closely related to the core of
the WMLScript engine.
Make your web applications look like a million bucks
|
|
Most web applications today use boring methods to present data to their viewers using grids or simple HTML tables. FusionCharts induces "life" into the web applications by converting monotonous data into lively charts, gauges & maps.
FusionCharts works with all technologies like ASP, ASP.NET, PHP, ColdFusion, Ruby on Rails, JSP, HTML pages etc.
and connects to any database to render animated & interactive charts. It takes less than 15 minutes and no expertise
whatsoever to build your first chart and just a glance of it to captivate your audience. This fact is endorsed by our
12,000 customers and 150,000 users which include a majority of the Fortune 500 companies.
And yeah, your applications could look like a million bucks by spending just $69.
So go ahead, download your
copy of FusionCharts and start "wow-ing" your customers now!
|
 |
W3Schools' Online Certification Program
The perfect solution for professionals who need to balance work, family, and career building.
More than 4000 certificates already issued!
|
The HTML Certificate documents your knowledge of HTML, XHTML, and CSS.
The JavaScript Certificate documents your knowledge of JavaScript and HTML DOM.
The XML Certificate documents your knowledge of XML, XML DOM and XSLT.
The ASP Certificate documents your knowledge of ASP, SQL, and ADO.
The PHP Certificate documents your knowledge of PHP and SQL (MySQL).
|