BBjspHashMap::put (Deprecated)
The BBJSP system is deprecated. For new development, use BBxServlet.
Description
In BBj 16.0 and higher, this method stores an object in this BBjspHashMap.
Syntax
| 
                                                         Return Value  | 
                                                    
                                                         Method  | 
                                                
| 
                                                         Object  | 
                                                    
                                                         put(string key, Object val)  | 
                                                
Parameters
| 
                                                         Variable  | 
                                                    
                                                         Description  | 
                                                
| 
                                                         key  | 
                                                    
                                                         The key value.  | 
                                                
| 
                                                         val  | 
                                                    
                                                         The object.  | 
                                                
Return Value
The previously set value.
Remarks
None.
Example
                                                     |