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.

Operator Action Example Related Function<br />

*= Multiplies the value<br />

to the left of the<br />

operator by the value<br />

to the right of the<br />

operator.<br />

/= Divides the value to<br />

the left of the operator<br />

by the value to the<br />

right of the operator.<br />

:= Concatenates the<br />

value to the left of the<br />

operator by the value<br />

to the right of the<br />

operator.<br />

VAR1 *= VAR2<br />

VAR1 /= VAR2<br />

VAR1 := VAR2<br />

Arithmetic Operators (continued)<br />

Note: You must include the REUSE function to apply arithmetic operations to all<br />

elements of a dynamic array.<br />

C-3

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

Saved successfully!

Ooh no, something went wrong!