Description

Appends the parameter to a String.

Syntax

string.concat(parameter)

Parameters

parameter: Allowed types are String, string, char, byte, int, unsigned int, long, unsigned long, float, double, __FlashStringHelper(F() macro).

Returns

true: success

false: failure (in which case the string is left unchanged).

See also

Guide Home