NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
string StrCat ( string  str1,
string  str2,
string  strN 
)
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.

Parameters
str1The first string.
str2The second string.
strNThe Nth string.
Returns
The concatenated string.
Examples:
ex_GetBrickDataAddress.nxc, ex_StrCatOld.nxc, ex_string.nxc, ex_StrReplace.nxc, and util_battery_1.nxc.