NAME
IncrDbGlobal — Increase the value of an entry in the global table by one.
SYNOPSIS
IncrDbGlobal VarName ?Amount?
DESCRIPTION
Return Value
The new current value for the global variable.
Arguments
VarNameName of the variable in the globals table to increment.
AmountTBD
More Info
DoubleChop: Required argument is missing: Count

For information regarding exceptions / errors, see here.
EXAMPLES
% SetDbGlobal counter
5
% IncrDbGlobal counter
6
SEE ALSO
DecrDbGlobal, GetDbGlobal, SetDbGlobal, UnsetDbGlobal
KEYWORDS
sql