ScanLine()   

Definition:

Returns the scanline location of the drawing operation.

Parameter Description:


None.

Command Description:

If for some reason you need to know the current scanline location of the drawing system, here is how you get it.

Example:

; ScanLine() Example

While Not KeyHit(1)
Print ScanLine()
Wend

Index