Library /sys$common/syshlp/BASICHELP.HLB  —  FUNCTION
  The FUNCTION statement marks the beginning of a  function  subprogram  and
  defines the subprogram's parameters.

  Example

  FUNCTION INTEGER COMPUTE (A, B, C$)
      .
      .
      .
  END FUNCTION
Additional Information: explode extract
Syntax
Close Help