05.05.2014 Views

csmstr - Omega Engineering

csmstr - Omega Engineering

csmstr - Omega Engineering

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.

FUNCTION REFERENCE<br />

INTTOTEXT(DATA, RADIX, COUNT)<br />

INTTOTEXT(DATA, RADIX, COUNT)<br />

ARGUMENT TYPE DESCRIPTION<br />

data int The value to be processed.<br />

radix int The number base to be used.<br />

count int The number of digits to generate.<br />

DESCRIPTION<br />

Returns the string obtained by formatting data in base radix, generating count digits. The<br />

value is assumed to be unsigned, so if a signed value is required, use Sgn to decide whether to<br />

prefix a negative sign, and then use Abs to pass the absolute value to IntToText.<br />

FUNCTION TYPE<br />

This function is passive.<br />

RETURN TYPE<br />

cstring.<br />

EXAMPLE<br />

PortPrint(1, IntToText(Value, 10, 4))<br />

REVISION 6 PAGE 361

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

Saved successfully!

Ooh no, something went wrong!