UBI EasyCoder 201 IIE Manuel d'instructions Page 252

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 332
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 251
1 2 ... 247 248 249 250 251 252 253 254 255 256 257 ... 331 332

Commentaires sur ces manuels

Pas de commentaire