Concatenate another string onto the end of this string. This can be used to initialize a string, as well as add a new one to the end. If n is zero, concatenate to the end of source, else concatenate only 'n' bytes. @return TextData - the new string @param source -the parameter to be appended (as a string) @param n -the maximum number of characters to be appended
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|