setValueNumber
Sets the value of a key, when that value is a number.
Method of
Syntax
int setValueNumber (
String subkey,
String valname,
Number value);Parameters
The method 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
setValueNumbermethod sets the value of a key when that value is a number. Use this method if the value you want to set is a number. If the value is not a string, use thesetValueorsetValueStringmethods instead.
| Netscape Communications devedge.netscape.com |