Is the VIEW PRINT important to your program?
This seems to do the job, but maybe I'm missing something. Not sure why you set the rows to 43 when you want 30...
EDIT: The output looks the same with / without the VIEW PRINT on my screen.
This seems to do the job, but maybe I'm missing something. Not sure why you set the rows to 43 when you want 30...
EDIT: The output looks the same with / without the VIEW PRINT on my screen.
Code: (Select All)
Screen 0
Width 40, 32
For a = 1 To 30: Print a: Next a
Locate 1, 3
For a = 1 To 38: Print "x";: Next a
Sleep
System