BBjTemplatedString::setString
Description
In BBj 7.0 and higher, this method sets the string value stored in the BBjTemplatedString.
Syntax
| 
                                                             Return Value  | 
                                                        
                                                             Method  | 
                                                    
|---|---|
| 
                                                             void  | 
                                                        
                                                             setString(string value)  | 
                                                    
Parameters
| 
                                                             Variable  | 
                                                        
                                                             Description  | 
                                                    
|---|---|
| 
                                                             value  | 
                                                        
                                                             The value which is to be placed into the BBjTemplatedString.  | 
                                                    
Return Value
None.
Remarks
This method actually accepts a byte array for this parameter. BBj automatically converts any BBjString or String passed in to a byte array.
Example
                                                     | 
                                                
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.