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