UBI EasyCoder 201 IIE Manuale delle Istruzioni Pagina 252

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 332
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 251
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7250
Chapter 2 Program Instructions
STR$
Field of Application
Function returning the string representation of a numeric expression.
Syntax STR$(<nexp>)
<nexp> is the numeric expression from which the string representation
will be returned.
Remarks
This is the complementary function for the VAL function.
Example
In this example, the value of the numeric variable A% is converted to string
representation and assigned to the string variable A$:
10 A%=123
20 A$=STR$(A%)
30 PRINT A%+A%
40 PRINT A$+A$
RUN
yields:
246
123123
Vedere la pagina 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 331 332

Commenti su questo manuale

Nessun commento