$str.append Append one string to another. |
Usage |
<string> $str.append(<string:string>,<toappend:string>) |
Description |
This function returns a string created appending the second string parameter to the end of the first string parameter. |