int32 index
charptr32 string
table prefix
spinner maxLength
char c[attr_maxLength];
int offset;
int pval;
strcpy(&c[0], "attr_prefix000");
offset = strlen("attr_prefix");
pval = 0;
if (inlet_index != pval) {
pval = inlet_index;
int i = inlet_index;
int i0 = i / 10;
c[offset + 2] = '0' + i - 10 * i0;
i = i0;
i0 = i / 10;
c[offset + 1] = '0' + i - 10 * i0;
i = i0;
i0 = i / 10;
c[offset + 0] = '0' + i - 10 * i0;
}
outlet_out = &c[0];