< Futurebasic < Language < Reference

Syntax

UNIVERSALPROC

Description

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

UNIVERSALFN; CALL

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.