Function CSPVarArray::Get()

Description:
Retrieves a variant by index.

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

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd