Feature Rich
Rapid Application Development
Helping you or your customers
Manage their Business

All Commands All Program Flow
Commands

RETURN

This will set the value to return from the currently running code block.

This will not halt execution of the current code block. It simply dictates that when the code is finished, this is now what will be returned. It will supersede any previous return statements or anything that would have been returned by the normal execution of the code.

Number Name Default Type Description
1 value String The value to return
to add a Comment.