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 / fnexist < prev    next >
Encoding:
Text File  |  2002-10-28  |  368 b   |  18 lines

  1. Synopsis:
  2.    $fnexist(<function>)
  3.  
  4. Technical:
  5.    This function tells wether or not a built-in function exists.
  6.    
  7. Practical:
  8.    This can be used to emulate a built-in function in older versions of epic
  9.    that may not support it.
  10.  
  11. Returns:
  12.    1   If the built-in function <function> exists
  13.    0   If <function> doesn't exist
  14.    
  15. See Also:
  16.    cexist(6)
  17.  
  18.