GSAK (Geocaching Swiss Army Knife)
 

Contents - Index


Set (command)

SET $VarName = <expression>

The set command allows you to create and change variables using a combination of literals, variables, and functions (known as an expression). For more information please see variables and expressions. Note: As of version 6.0 the SET command is now deprecated. Therefore the following two commands are equivalent in the macro language:

SET $var = "this is a string variable"
$var = "this is a string variable"
Summary
Copyright 2004-2008 CWE Computer Services  
Privacy Policy Contact