UBI EasyCoder 201 IIE Manuel d'instructions Page 246

  • 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 245
Intermec Fingerprint v7.61 Programmers Reference Manual Ed. 7244
Chapter 2 Program Instructions
SPACE$
Field of Application
Function returning a speci ed number of space characters.
Syntax SPACE$(<nexp>)
<nexp> is the number of space characters to be returned.
Remarks
This function is useful for more complicated spacing, for example in tables.
Examples
Printing of two left-justi ed columns on the screen:
10 FOR Q%=1 TO 6
20 VERBOFF:INPUT "",A$
30 VERBON:PRINT A$;
40 VERBOFF:INPUT "",B$
50 VERBON
60 C$=SPACE$(25-LEN(A$))
70 PRINT C$+B$
80 NEXT Q%
90 END
RUN
Enter:
January
February
March
April
May
June
July
August
September
October
November
December
yields:
January February
March April
May June
July August
September October
November December
Vue de la page 245
1 2 ... 241 242 243 244 245 246 247 248 249 250 251 ... 331 332

Commentaires sur ces manuels

Pas de commentaire