DOXCINCYC Name: DOYC [Show more] Type: Subroutine Category: Text Summary: Move the text cursor to a specific row Context: See this subroutine in context in the source code References: This subroutine is called as follows: * ee3 calls DOYC * qv calls DOYC * TT219 calls DOYC Arguments: A The text row .DOYC STA YC ; Store the new text row in YC RTS ; Return from the subroutine [X]Variable YC in workspace ZPThe y-coordinate of the text cursor (i.e. the text row), which can be from 0 to 23 DOXCINCYC