home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / developmen / oplexamp / EX_ICON.OPL < prev    next >
Text File  |  1992-08-27  |  167b  |  11 lines

  1. PROC myicon:
  2. print "make an icon for ex_app3"
  3. print "press a key" :get :cls
  4.     gCREATE(0,0,24,24,1)
  5.     gBORDER $200
  6.     gAT 3,14
  7.     gPRINT "me!"
  8.     gSAVEBIT "me"
  9. ENDP
  10.  
  11.