Class_getValue

Homepage

Returns the value stored at the specified position of the Class object.

value := Class_getValue(ClassObject, index, type = "uint")

Parameters

ClassObject The Class object to use for the current operation.
index Index for the class value to return.
type Type of class value stored.

Return Value

The value 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_setValue, Class_setString, Class_setSString

Class

Examples


  

Homepage