setValue
Netscape 6 and Mozilla do not currently support this method.
Sets the value of an arbitrary key.
Method of
Syntax
String setValue (
String subkey,
String valname,
WinRegValue value);Parameters
The
setValuemethod has the following parameters:
Returns
0 if it succeeded; a nonzero number if it failed to schedule the action. For a list of possible values, see Return Codes.
Description
The
setValuemethod sets the value of an arbitrary key. Use this method if the value you want to set is not a string. If the value is a string, thesetValueStringmethod is more convenient.
| Netscape Communications devedge.netscape.com |