Class_setSString

Homepage

Sets the SString (case-Sensitive String) value stored at the specified position of the Class object.

previousValue := Class_setSString(ClassObject, index, SString)

Parameters

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

Return Value

The SString 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_getSString, Class_getString, Class_getValue

Class_setString, Class_setValue

Class

Examples


  

Homepage