WMLScript Reference

[Cover] [Previous Section] [Next Section] [Index]

Current chapter: Chapter 8 - Libraries
Section 23 out of 34 total sections , Section 1 out of 9 sections in this chapter


Chapter 8
Libraries


Libraries are named collections of functions that belong logically together. These functions can be called by using a dot (.) separator with the library name and the function name with parameters. For example:

function dummy(str) {  
    var i = String.elementAt(str,3,"");  
};  

This chapter includes the following libraries and their associated function calls:


[Cover] [Previous Section] [Next Section] [Index]


Part Number DKWS-41-002, UP.SDK Release 4.1, December 2000

Copyright © 1994-2000 Openwave Systems Inc. All rights reserved.
Please send comments and questions to sdk-doc-comments@openwave.com.