Denso RC5 Specifications Page 592

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 591
1 2 ... 587 588 589 590 591 592 593 594 595 596 597 ... 691 692

Comments to this Manuals

No comments