string array ?
#2

pawn Code:
new text1[] = "some text.";
print(text1);

new text2[128];
format(text2, sizeof text2, "%s formatted %s.", "some", "text");
print(text2);

Reply


Messages In This Thread
string array ? - by fredl - 21.02.2009, 15:16
Re: string array ? - by yom - 21.02.2009, 15:25
Re: string array ? - by Joe Staff - 21.02.2009, 15:55
Re: string array ? - by Daren_Jacobson - 21.02.2009, 16:54
Re: string array ? - by fredl - 22.02.2009, 15:05

Forum Jump:


Users browsing this thread: 1 Guest(s)