None
charptr32 string
charptr32 text1
charptr32 text2
charptr32 text3
charptr32 text4
charptr32 text5
charptr32 text6
charptr32 text7
spinner maxLength
table str0
table str1
table str2
table str3
table str4
table str5
table str6
table str7
char c[8][attr_maxLength];
strcpy(&c[0][0], "attr_str0");
strcpy(&c[1][0], "attr_str1");
strcpy(&c[2][0], "attr_str2");
strcpy(&c[3][0], "attr_str3");
strcpy(&c[4][0], "attr_str4");
strcpy(&c[5][0], "attr_str5");
strcpy(&c[6][0], "attr_str6");
strcpy(&c[7][0], "attr_str7");
outlet_text0 = &c[0][0];
outlet_text1 = &c[1][0];
outlet_text2 = &c[2][0];
outlet_text3 = &c[3][0];
outlet_text4 = &c[4][0];
outlet_text5 = &c[5][0];
outlet_text6 = &c[6][0];
outlet_text7 = &c[7][0];