11.04.2013 Views

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

UniBasic Commands Reference - Rocket Software

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Parameter Description<br />

The SETTING clause assigns the variable delim.var a value based on the type of<br />

delimiter encountered. The following table describes the values of the delimiter<br />

codes.<br />

*ASCII value is language-dependent and can be reassigned.<br />

1-676 <strong>UniBasic</strong> <strong>Commands</strong> <strong>Reference</strong><br />

FROM dyn.var Specifies a dynamic array from which to remove elements.<br />

AT col.pos Specifies the position in the array at which to start removing<br />

elements.<br />

This position is the number of characters, including system<br />

delimiters, from the beginning of the array. To process the entire<br />

array, set col.pos to 1 (0 defaults to 1). The value of col.pos<br />

changes as the array is processed, indicating the current position<br />

of the pointer.<br />

SETTING delim.var Specifies the delimiter code. When the end of the array is<br />

encountered, delim.var is set to 0.<br />

REMOVE Parameters (continued)<br />

Delimiete<br />

r Code Description ASCII Value*<br />

0 array end<br />

1 record mark 255<br />

2 attribute mark 254<br />

3 value mark 253<br />

4 subvalue mark 252<br />

5 text mark 251<br />

6 not used; nonprinting 250<br />

7 not used; nonprinting 249<br />

REMOVE Delimiter Codes

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

Saved successfully!

Ooh no, something went wrong!