RETURN Command

Returns program control to a calling program.

RETURN [eExpression | oObjectName | TO MASTER | TO ProcedureName]

Parameters

eExpression

Specifies an expression returned to the calling program. If you omit RETURN or the return expression, true (.T.), it is automatically returned to the calling program.

oObjectName

Specifies the object to which focus is assigned. Applies only to Valid Event.

TO MASTER

Returns control to the highest-level calling program.

TO ProcedureName

Specifies the procedure to which control is returned.

Expand imageRemarks

Expand imageExample 1

Expand imageExample 2

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic