March 2002
Intermediate to advanced
400 pages
7h 56m
English
The programming constructs that provide functionality to statements are as follows:
Variables
Functions
Pragmas
Variables are essentially areas in applications where you can store user-inputted data. Variables represent data and provide a temporary storage area for data.
var password = WMLBrowser.getVar("password"); Functions are named portions of a program that perform specific tasks. In other words, functions are a type of procedure or routine.
Functions can be either user-created or one of the built-in WMLScript libraries. See Chapter 12, “Working with WMLScript Libraries,” for information about WMLScript’s libraries and built-in functions. Also, you can find ...
Read now
Unlock full access