Library /sys$common/syshlp/BASICHELP.HLB  —  SUB
  The SUB  statement  marks  the  beginning  of  a  BASIC  subprogram  and
  specifies its parameters by number and data type.

  Example

  SUB SUB3 (BYTE Age, DOUBLE Wage(20,20), STRING Emp_name)
       .
       .
       .
  END SUB
Additional Information: explode extract
Syntax
Close Help