home *** CD-ROM | disk | FTP | other *** search
/ Windows CE - The Ultimate Companion / ROMMAN_CE.iso / Files / Programming / Basice / LIB / CURPOS.UTL < prev    next >
Text File  |  1997-03-14  |  75b  |  4 lines

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