BBjspHashMap::add (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method will store an object in the BBjspHashMap against the given key value.
Syntax
Return Value |
Method |
void |
add(string key, Object val) |
Parameters
Variable |
Description |
key |
the key |
val |
the object |
Return Value
None.
Remarks
None.
Example
|