Futurebasic/Language/Reference/universalproc

Syntax edit

UNIVERSALPROC

Description edit

The UNIVERSALPROC statement works identically to the UNIVERSALFN function, except that it should only be used to call routines which don't return any value. The parameters of UNIVERSALPROC are interpreted the same way as the parameters of UNIVERSALFN.

See Also edit

UNIVERSALFN; CALL