home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 June / june_2000.iso / WinCE / Application / BasiCE / COLOR.UTL < prev    next >
Encoding:
Text File  |  1997-07-08  |  61 b   |  4 lines

  1. procedure color(c%)
  2.    print "Q"+chr$(32+c%);
  3.    endproc
  4.