enum eStr{ str1[123], str2[123]}new str[eStr];format(str[str1], sizeof 123, "%s", "texto1");format(str[str2], sizeof 123, "%s", "texto2");