concat8

concat up to eight 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: Simon Iten
License: BSD
Github: lokki/string/concat8.axo

Inlets

charptr32 str1

charptr32 str2

charptr32 str3

charptr32 str4

charptr32 str5

charptr32 str6

charptr32 str7

charptr32 str8

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);
strcat(&c[0], inlet_str4);
strcat(&c[0], inlet_str5);
strcat(&c[0], inlet_str6);
strcat(&c[0], inlet_str7);
strcat(&c[0], inlet_str8);

outlet_out = &c[0];

Privacy

© 2024 Zrna Research