17.08.2013 Views

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

Contents, cont'd. - Intermec

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

STR$<br />

Chapter 2 Program Instructions<br />

Field of Application Function returning the string representation of a numeric expression.<br />

Syntax STR$()<br />

is the numeric expression from which the string representation<br />

will be returned.<br />

Remarks This is the complementary function for the VAL function.<br />

Example In this example, the value of the numeric variable A% is converted to string<br />

representation and assigned to the string variable A$:<br />

10 A%=123<br />

20 A$=STR$(A%)<br />

30 PRINT A%+A%<br />

40<br />

RUN<br />

PRINT A$+A$<br />

246<br />

123123<br />

yields:<br />

<strong>Intermec</strong> Fingerprint 7.2 – Reference Manual Ed. 3 219

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

Saved successfully!

Ooh no, something went wrong!