Denso RC5 Spezifikationen Seite 592

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 591
21-40
VISPRINT (Statement)
Function
Displays characters and figures on the screen.
Format
VISPRINT <Message>[<Separator><Message> ]
Explanation
<Message> Designates characters, variables and constants specified in “”.
<Separator> Uses a comma (,) or semicolon (;).
Comma: Creates blank spaces between messages.
Semicolon: No spaces between messages.
If you designate a comma or semicolon at the end of
<Message>, no line feed is generated and the next display with
VISPRINT continues from that line.
Related Terms
VISSCREEN, VISBRIGHT, VISLOC, VISDEFCHAR
Example
VISPLNOUT 0 'Displays storage memory 0 (processing screen).
VISSCREEN 0,0,1 'Instantaneously draws on processing screen 0.
VISCLS 0 'Clears the screen.
VISLOC 10,10 'Sets the display position.
VISDEFCHAR 1,1,0 '
Designates the character size and the display method.
I1= 10 '
F1 = 0.999 '
VISPRINT “Integer variable I1=”;I1,“Real variable F1=”;F1
Seitenansicht 591
1 2 ... 587 588 589 590 591 592 593 594 595 596 597 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare