Script Command: return


(Contents)(Previous)(Next)

Format:

return;

The return command transfers execution back to the command after the last call command that executed. If no previous call command executed, the return command has no effect, and execution continues to the next script command.

See the call command for an example of the call/return capabilities of the script language.


(Contents)(Previous)(Next)