home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 August / augusty_2000.iso / Windows-CE / Applications / basice / CURPOS.UTL < prev    next >
Encoding:
Text File  |  1997-07-08  |  75 b   |  4 lines

  1. procedure curpos(c%,r%)
  2.    print "G";chr$(c%+1);chr$(r%+1);
  3.    endproc
  4.