|
NXC
Version 1.2.1 r5
|
|
inline |
Concatenate strings.
Return a string which is the result of concatenating all of the string arguments together. This function accepts any number of parameters which may be string variables, constants, or expressions.
| str1 | The first string. |
| str2 | The second string. |
| strN | The Nth string. |