|
Re: Whats wrong here?
[Re: Razoron]
#281489
07/27/09 14:03
07/27/09 14:03
|
Joined: Apr 2006
Posts: 737 Ottawa, Canada
Ottawa
User
|
User
Joined: Apr 2006
Posts: 737
Ottawa, Canada
|
Hi! I think it as something to do with : If the text contains more than one string, individual strings can be accessed through a (text.pstring)[] index suffix, just like variable arrays.
Hope this helps! Ottawa  Ver 7.86.2 Pro and Lite-C
|
|
|
Re: Whats wrong here?
[Re: Ottawa]
#281490
07/27/09 14:10
07/27/09 14:10
|
Joined: Nov 2007
Posts: 1,143 United Kingdom
DJBMASTER
Serious User
|
Serious User
Joined: Nov 2007
Posts: 1,143
United Kingdom
|
@ Ottawa, that only applies to TEXT* objects, he's not working with them. try this...(untested!)...
STRING* mystrings[1100];
for(int i=0; i<1100; i++)
{
str_cpy(mystrings[i],"#10");
}
|
|
|
Moderated by mk_1, Perro, rayp, Realspawn, Rei_Ayanami, rvL_eXile, Spirit, Superku, Tobias, TSG_Torsten, VeT
|