by mt » Wed Feb 14, 2007 5:35 pm
oh ok im reading from the file and i put all the names in an astructure like this
struct s{
char name[20];
}readname[11];
now all the 11 names from the file r in the readname[i].name
i can display 1 name by readname[0].name or readname[4].name by a text actor. but i want all the 11 names i put in this struct to show in a single text actor. is there any way to do that?