init
Method of
Syntax
init (
int maj,
int min,
int rev,
int bld);Parameters
The init method has the following parameters:
majThe major version number. minMinor version number. revRevision number. bldBuild number. versionA 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 |