EbsOpen Class Library for EBSILON®Professional

Variable.SetAtArrayIndex Method 

[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;

Remarks

set the value at the specified index - only valid for arrays

See Also

Variable Class | EbsOpen Namespace