setValueString
Sets the value of a key, when that value is a string.
Method of
Syntax
int setValueString (
String subkey,
String valname,
String 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
setValueStringmethod sets the value of a key when that value is a string. Use this method if the value you want to set is a string. If the value is not a string, use thesetValuemethod instead.
| Netscape Communications devedge.netscape.com |