|
Whitebeam Template Reference Documentation
|
System Template
remove()
Call this method to delete an existing counter.
Syntax
number = rb.counter.remove(counterName)
Parameters
The 'remove' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | counterName | string | | Required. The name of the counter to adjust. |
Results
The 'remove' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Return the last value held in the counter, or null if the counter does not exist.
|
Example |
|
(loadtime : 87ms) |