Counter
Retrieve incremental values
Functions
get(keyName, format)
Retrieve a counter value
- keyName. The counter name
- format. A java formatting of the counter
example:
var str = Counter.get("mycounter", "00000");
return: the counter value as a string