home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 6_functions / getsets < prev    next >
Encoding:
Text File  |  2002-10-28  |  335 b   |  17 lines

  1. Synopsis:
  2.    $getsets(<mask>)
  3.  
  4. Technical:
  5.    This function returns the names of all SET(4) variables matching <mask>.
  6.  
  7. Returns:
  8.    space-separated list of the names of all /set variables matching the
  9.    wildcard <mask>
  10.  
  11. Example:
  12.    $getsets(*tab*)                         /* returns "TAB TAB_MAX"
  13.  
  14. See Also:
  15.    set(4)
  16.  
  17.