GSAK (Geocaching Swiss Army Knife) | |
Contents
- Index
BEGINSUB <Name=SubrName> Denotes the beginning of a subroutine. A subroutine is a block of code that you wish to reuse. You call the block of code with the GoSub command. Note: global scoping of subroutines is not supported (for example, trying to use subroutines from another macro file opened with the MACRO command). Subroutines are only available in the macro file they are defined.
Related: GoSub ExitSub EndSub Alpha List Category List |
Copyright 2004-2019 CWE Computer Services Privacy Policy Contact |