[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Procedure GraphicSpace(X,Y,Spot:Word)
As there is no destructive space in graphic mode, this has to be
used instead of OutText(' '). Spot indicates how many characters
away from X,Y the space is to be displayed.
Example
GraphicSpace(50,50,0)
displays a destructive space at 50,50.
GraphicSpace(50,50,2)
displays a destructive space at the third character in the string
displayed at 50,50.
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson