VisKProg HELP - Return function


See also *** Function index

The Return function leaves the actual function or event

Syntax:

    Return ( value );

Detailed description:

The Return function leaves a function or an event at the point, you call it. The following instructions in the function or event won't be processed. If Return() is used in a user defined function, you can specify an argument, which is the return value. User defined functions should allways end with a Return() call.

See also:

Exit function


© 2000 by Christoph Pinkel