Function CSPVarArray::Get()

Description:
Retrieves a variant by index.

Micronovae Prototype:
CSPVariant& Get() const;

Arguments:
No arguments (void).

Return value:
Returns a reference to the selected variant.

Examples:
CSPVarArray Array;
...
CSPVariant var = Array.Get( 10 );
Array.Get(11) = 0;

See also:
member function Set()
CSPVarArray | Basic classes | Class Categories | Online help home | Back

Copyright © 2002 - 2006 Micronovae Ltd. - www.micronovae.com