w3schools    w3Schools
Search :
   
HOME HTML CSS XML JAVASCRIPT ASP PHP SQL MORE...   References Examples Forum About
ADVERTISEMENTS

XML Certification
Download XML editor
Custom Programming
 
Table of contents
WMLScript Tutorial
WMLScript HOME
WMLScript Intro
WMLScript How to

WML Libraries
WML Dialogs
WML Float
WML Lang
WML String
WML URL
WML Browser

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

Browse Tutorials
 

WMLScript seed() Function


WMLScript Lang Library Complete WMLScript Lang Library

The seed() function initializes the random number generator with the number parameter, and returns an empty string.

Syntax

n = Lang.seed(number)

Part Description
n The empty string returned from the function
number A number

Example

var a = Lang.seed(8.2);

Result

a = ""


WMLScript Lang Library Complete WMLScript Lang Library