[Visual Basic] Public Function GetAtArrayIndex( _ ByVal Index As Integer, _ ByRef Value As Object _ ) As Boolean [C#] public bool GetAtArrayIndex( int Index, out object Value ); [C++] public: bool GetAtArrayIndex( int Index, * Object* Value ); [JScript] public function GetAtArrayIndex( int Index, Object Value ): bool;
get the value at the specified index - only valid for arrays
Variable Class | EbsOpen Namespace