|
2 registered members (TipmyPip, 1 invisible),
18,731
guests, and 7
spiders. |
Key:
Admin,
Global Mod,
Mod
|
|
|
Re: Strings above entities of dynamic entities?
[Re: Germanunkol]
#129035
05/11/07 18:22
05/11/07 18:22
|
Joined: Dec 2005
Posts: 6
chihchang
OP
Newbie
|
OP
Newbie
Joined: Dec 2005
Posts: 6
|
Quote:
my_txt = txt_create(1,1);
my_txt2 = txt_create(1,1);
... and so on.
What if the max text strings are 50, I need to my_txt1 = txt_create(1,1); my_txt2 = txt_create(1,1); . . my_txt50 = txt_create(1,1);
Is that right?
|
|
|
|
|
|