Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Incongruence between PRINT; and LOCATE+ PRINT; on the 25th row of Screen 0
#7
Or you could code it this way, but it still requires locate....

Code: (Select All)
Cls
For a% = 1 To 25
    Print a%;: If CsrLin < _Height Then Locate CsrLin + 1, 1
    _Delay .2
Next a%
Sleep


Just don't go past the screen height with that one.

Oh, did I mention your PM is a hottie?

Pete Big Grin
Reply


Messages In This Thread
RE: Incongruence between PRINT; and LOCATE+ PRINT; on the 25th row of Screen 0 - by Pete - Today, 12:21 AM



Users browsing this thread: 1 Guest(s)