home *** CD-ROM | disk | FTP | other *** search
/ DTP Toolbox / DTPToolbox.iso / utilities / graphics / imagedesk / rexx / defaultexample.idesk < prev    next >
Encoding:
Text File  |  1996-01-04  |  268 b   |  12 lines

  1. /* ---- standard startup if started via Thumbnail click --------- */
  2.  
  3. OPTIONS RESULTS
  4.  
  5. PARSE ARG iname itype pos
  6.  
  7. /* -------------------------------------------------------------- */
  8.  
  9. IDREQUEST "OK" '"name: '||iname||'0A'x||'type: '||itype||'0A'x||'pos: '||pos||'"'
  10.  
  11.  
  12.