[Visual Basic] Public Function Remove( _ ByVal Index As Integer _ ) As Boolean [C#] public bool Remove( int Index ); [C++] public: bool Remove( int Index ); [JScript] public function Remove( int Index ): bool;
removes an item; returns True if an item was removed
UserCharlineTypes Class | EbsOpen Namespace