RETURN |
Top Previous Next |
Keyword Description Return from subroutine call Class Action word Where Legal
Syntax RETURN
Example Sample code ' Call a subroutine named MYSUB from any SIG page like this: DO MYSUB
' begin body of the subroutine on the Resources page. Note the : MYSUB: ' do some work here RETURN ' resume processing on the line just past the sub call
|