append

constant string
Author: Johannes Taelman
License: BSD
Github: rbrt/string/append.axo

Inlets

charptr32 in

Outlets

charptr32 string

Attributes

table append

spinner maxLength

Declaration
char c[attr_maxLength];
Control Rate
memset(&c[0], 0, attr_maxLength);
strcpy(c, inlet_in);
strcat(c, "attr_append");
outlet_out = &c[0];

Privacy

© 2024 Zrna Research