Display_Number

Display_Number(X, Y, Number, Color)

 

Display_Number is a call  that displays a number to the RaptorGraph window.  It takes 4 required parameters:

 

X and Y give the location of the upper left corner of the number

Number gives the number to be displayed

Color specifies a color for the number

 

Note:  A graphics window must be open when Display_Number is called or a run-time error will occur.

 

Example:

 

Display_Number(3,10,x, Black)

 

displays the value of variable x in black at coordinates (3,10)