Syntax of Built-In Functions

A built-in function (a function that resides within one of the WMLScript Libraries) must use the following format when included within WMLScript code:

Name of WMLScript Library.Name of built-in function(parameters) 

Built-in functions must include

  • The library name that it is included within.

  • A dot separator.

  • The name of the built-in function (cannot be changed by developer).

  • Any arguments that are to be included with the function. These must be included within the curved brackets.

Get WAP 2.0 Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.