Denso Power Net Terminal BHT-7500 Spezifikationen Seite 269

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 560
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 268
Chapter 14. Statement Reference
260
Syntax:
LINE INPUT ["prompt"{,|;}]stringvariable
Parameter:
"prompt"
A string constant.
stringvariable
A string variable.
Description:
When execution reaches a LINE INPUT statement, the program pauses and waits
for the user to enter data from the keyboard while showing a prompting message
specified by
"prompt".
After typing data, the user must press the ENT key. Then, the
LINE INPUT state-
ment assigns the typed data to
stringvariable.
A
LINE INPUT statement cannot assign a numeric variable. (An INPUT state-
ment can do.)
"prompt" is a prompting message to be displayed on the LCD.
The semicolon (;) or comma (,) after
"prompt" has the following meaning:
If
"prompt" is followed by a semicolon, the LINE INPUT statement displays
the prompting message followed by a question mark and a space.
LINE INPUT "data= ";a$
I/O statement
LINE INPUT
Reads input from the keyboard into a string variable.
data= ?
Seitenansicht 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 559 560

Kommentare zu diesen Handbüchern

Keine Kommentare