BBjString::concat
Description
In BBj 7.0 and higher, this method concatenates the specified string to the end of this string.
Syntax
Return Value |
Method |
---|---|
String |
concat(string str) |
Parameters
Variable |
Description |
---|---|
str |
The String that is concatenated to the end of this String. |
Return Value
Returns a string that represents the concatenation of this string's characters followed by the string argument's characters.
Remarks
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.