Put your logo here!

TOC PREV NEXT



init

Initializes an init object.

Method of

InstallVersion

Syntax

init (
int maj,
int min,
int rev,
int bld);

init (
String version);

Parameters

The init method has the following parameters:

maj The major version number.
min Minor version number.
rev Revision number.
bld Build number.
version A string representing version information in the format "4.1.2.1234".

When maj, min, rev, and bld are provided as parameters, all four parameters are required, but all of them can be zero.


Netscape Communications
devedge.netscape.com
TOC PREV NEXT