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.

LOWER<br />

Syntax<br />

LOWER(dyn.array.expr)<br />

Description<br />

The <strong>UniBasic</strong> LOWER function converts all attribute marks to value marks, and, in<br />

a dynamic array, it converts all value marks to subvalue marks.<br />

Example<br />

In the following example, the program segment lowers the dynamic array D.STR:<br />

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

D.STR = "A":@AM:"B":@AM:"C":@VM:"D"<br />

D.STR = LOWER(D.STR)<br />

The dynamic array D.STR now contains the string:<br />

D.STR = "A":@VM:"B":@VM:"C":@SM:"D"<br />

Related Command<br />

<strong>UniBasic</strong><br />

RAISE

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

Saved successfully!

Ooh no, something went wrong!