TXT Row Column insert ?
Posted: Fri Aug 19, 2011 4:03 pm
How to insert text into the single actor in a particular position
column 1 column 2
Row1 X
Row2 X
Row3 X
These examples obviously do not work
char tab[2][3];
tab[1][1]="X";
Actor.text <- tab[1][1];
or
strcpy(bbb.text[1][2]." X ");
column 1 column 2
Row1 X
Row2 X
Row3 X
These examples obviously do not work
char tab[2][3];
tab[1][1]="X";
Actor.text <- tab[1][1];
or
strcpy(bbb.text[1][2]." X ");