Class_setValue |
Homepage |
Sets the value stored at the specified position of the Class object.
previousValue := Class_setValue(ClassObject, index, value, Type = "uint")
| ClassObject | The Class object to use for the current operation. |
| index | Index for the class value to return. |
| value | The value to store in the Class object. |
| type | Type of class value stored. |
The value previously stored at the specified position of ClassObject.
If ClassObject is NULL (0 or blank), the empty string is returned, to indicate an error.
Class_getValue, Class_getString, Class_getSString
Class_setString, Class_setSString