GSAK (Geocaching Swiss Army Knife) | |
Contents
- Index
<DATA> VarName=<$Variable> This command enables you to easily enter large amounts of text in a macro. Its main purpose is to be used in conjunction with the MacroSet command, but you could also use in commands like MSG for standard messages. You can use the <data> command anywhere in the macro, but the actual allocation to the variable is only done at startup as its usage is really for large static amounts of text, so it is probably best if you always put these statements at the end of the macro. This will keep the macro code at the beginning and make for easier reading of the actual code.
Note: You can't use variables or expressions inside the <data> statements. However, you can virtually do the same thing by dynamically building your <data> variable. See here and here for examples. Alpha List Category List |
Copyright 2004-2019 CWE Computer Services Privacy Policy Contact |