RETURN Command
| Visual FoxPro 9.0 SP2 |
| RETURN Command |
| See Also |
|
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.
Remarks
Example 1
Example 2
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic
Microsoft Visual FoxPro 9 SP2 Help file, VFPX Edition v1.08