GSAK (Geocaching Swiss Army Knife)
Contents - Index

Not (function)

Not(bExpression) : boolean

Use to invert a boolean expression. That is, not() returns true for a false expression, and false for a true expression

Example:
 

$x = 0
While Not($_Eol)
  $x = $x + 1
  Goto Position=Next
EndWhile
MsgOk Msg="$x Records counted"

  

Alpha List         Category List



Copyright 2004-2019 CWE Computer Services  
Privacy Policy Contact