Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

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
counterNamestring  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

Whitebeam release 1.3.36
(loadtime : 61ms)