11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

DEL<br />

Syntax<br />

DEL dyn.array.var <br />

Description<br />

The <strong>UniBasic</strong> DEL command deletes an attribute, value, or subvalue from a dynamic<br />

array. The corresponding delimiter is also removed.<br />

The DELETE function and the DEL command perform the same action.<br />

Warning: DEL destroys the data and the corresponding delimiters. Use the DEL<br />

command with caution.<br />

Parameters<br />

The following table describes each parameter of the syntax.<br />

Parameter Description<br />

dyn.array.var Specifies the dynamic array on which to perform the delete operation.<br />

attrib.expr Specifies which attribute of the dynamic array to delete. If val.expr is<br />

omitted, DEL deletes the entire attribute, including all values and<br />

subvalues.<br />

,val.expr Specifies which value of the dynamic array attribute to delete. If<br />

subval.expr is omitted, DEL deletes the entire value, including the<br />

subvalues.<br />

,subval.expr Specifies which subvalue of the dynamic array attribute value to delete.<br />

DEL Parameters<br />

DEL 1-200

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!