home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a2.lzx / Selector / examples / etips.sel < prev    next >
Encoding:
Text File  |  1999-03-04  |  132 b   |  8 lines

  1. defarg arg1 c:type
  2. exec 'setenv size `list "[arg1]" lformat "%l"`'
  3.  
  4. text 'The size of [arg1]'
  5. text 'is [size] bytes'
  6.  
  7. unsetenv size
  8.