Hi again,
I advanced a bit, now i have this :

Quote:
TEXT string_array = // create an array of string with a text
{
strings = 20;
string = ("j1","j2", "j3", "j4");
layer=15;
flags = VISIBLE;
}
which is an array of string.
now i need it to work :

Quote:
string_array.string[0].visible=off;

but it don't.

2 questions :
- Is this the good way for doing an array of string ?
- If yes, can i have a tip for make the last quote work ?

thanks

Last edited by ayks; 09/25/11 21:33.