Argox PA-20 Basic Programming Manual Bedienungsanleitung Seite 29

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 143
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 28
PT-Basic Programming Manual Ver. 1.00 28/143
STRING$
Purpose
To return a string containing the specified number of the
requested character.
Syntax
A$ = STRING$(N%, J%)
A$ = STRING$(N%, X$)
Example
PRINT STRING$(10, 45) „ ----------
PRINT STRING$(3, "89") „ 888
Description
A$ is a string variable to be assigned to the result.
N% is numeric expression.
J% is numeric expression in the range of 0 to 255, indicating
the ASCII code of a character.
X$ may be a string variable or string constant.
Seitenansicht 28
1 2 ... 24 25 26 27 28 29 30 31 32 33 34 ... 142 143

Kommentare zu diesen Handbüchern

Keine Kommentare