|
GSAK (Geocaching Swiss Army Knife)
| |
|
WHILE <expression> Use this command to repeat a sequence of statements while a certain condition exists. The expression used must return a Boolean true or false value. You must end the group of statements being executed with the ENDWHILE command. For example
Notice the use of the "$Count" (using double quotes) in the FileExists expression. By surrounding the Numeric variable $Count in double quotes, you are typecasting it on the fly to a string value. This enables the expression to work because you can't just add a numeric variable to a string variable as in $File + $Count Summary |
|
Copyright 2004-2008 CWE Computer Services Privacy Policy Contact |