Library /sys$common/syshlp/basichelp.hlb SUB *Conan The Librarian (sorry for the slow response - running on an old VAX) |
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) :
|