Class_setString

Homepage

Sets the string value stored at the specified position of the Class object.

previousValue := Class_setString(ClassObject, index, string)

Parameters

ClassObject The Class object to use for the current operation.
index Index for the class value to return.
string The string value to store in the Class object.

Return Value

The string value previously stored at the specified position of ClassObject.

Remarks

If ClassObject is NULL (0 or blank), the empty string is returned, to indicate an error.

Related

Class_getString, Class_getSString, Class_getValue

Class_setSString, Class_setValue

Class

Examples


  

Homepage