strcat
Concatenate strings
Syntax
Description
concatenates strings dest
= strcat(s1,...,sN
)s1,...,sN
.
Note
The operator strcat
is supported only in Stateflow® charts that use C as the action language.
Examples
Tips
Enclose literal strings with single or double quotes.