Paul_H
09-08-2007, 03:15 AM
Quick question today about the tv_text object.
When the first output to the TV screen is sent without using any locations information, the text appear at the top line of the screen. eg:
tv.str(string("This is at the top of the screen")
However, when I specify a screen location it is one line below this physical spot. eg:
tv.str(string($A,5,$B,1)) 'set screen position indent to the 5th column and 1st row.
tv.str(string("This comes up on the second line"))
Also the compiler complains when I try to enter a "0" for the line top.
If anyone has the answer, I do appreciate it!
Paul
When the first output to the TV screen is sent without using any locations information, the text appear at the top line of the screen. eg:
tv.str(string("This is at the top of the screen")
However, when I specify a screen location it is one line below this physical spot. eg:
tv.str(string($A,5,$B,1)) 'set screen position indent to the 5th column and 1st row.
tv.str(string("This comes up on the second line"))
Also the compiler complains when I try to enter a "0" for the line top.
If anyone has the answer, I do appreciate it!
Paul