Row(), Col(), PRow(), PCol()
Back in FoxBase days, even early FoxPro days, we used these functions a lot. We can't remember the last time we used them, though. They return the cursor position on the screen and on the printer, respectively.
Usage |
nCurScreenRow = ROW() nCurScreenCol = COL() nCurPrintRow = PROW() nCurPrintCol = PCOL() |
Example |
@ROW(), COL()+1 SAY "Here's some information" |
See Also |