Denso RC5 Dokumentacja Strona 592

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 591
1 2 ... 587 588 589 590 591 592 593 594 595 596 597 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag