concat3

concat up to four strings. size must be set to the maximum size of all strings combined, if you set it too low, you are likely to corrupt memory...(patch could get unstable etc.)
Author: Based on Simon Iten lokki/string/concat
License: BSD
Github: tiar/string/concat3.axo

Inlets

charptr32 str1

charptr32 str2

charptr32 str3

Outlets

charptr32 string

Attributes

spinner size

Declaration
char c[attr_size];
Control Rate
strcpy(&c[0], inlet_str1);
strcat(&c[0], inlet_str2);
strcat(&c[0], inlet_str3);
outlet_out = &c[0];

Privacy

© 2024 Zrna Research