home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 54 / ClassicFond54.iso / games / stars.rar / ted.vol / showpingrid.cs < prev    next >
Text File  |  1999-02-19  |  140b  |  6 lines

  1. editBox "Pin Grid" "Enter a starting detail level" Ted::iDetail
  2. if test $dlgResult != [cancel]
  3.   Ted::showPinGrid $Ted::iDetail
  4. endif
  5.  
  6.