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