2013-07-04 12:23 PM - last edited on 2023-08-02 02:04 PM by Doreena Deng
2013-07-04 05:15 PM
!MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM Description of Code Section...for section headers.
!_________________________________________ Description of Code Segment to Follow...to ID the functional parts.
2013-07-08 09:37 AM
2013-07-08 04:22 PM
! Bunch of code doing stuff... GOSUB 1000 ! More code doing more stuff... END 1000: ! Code copied from previously used macro... RETURN ! Continues execution back at the GOSUB statementThere are other ways to structure it but this is typical. The END statement terminates the script and prevents the subroutines from running again.
2013-07-08 08:29 PM
2014-10-14 06:48 PM