multiline string help
#2

The only way to do it would be to have lots of formats to my best knowledge.

E.g.:

Code:
format(string,sizeof(string),"ItemData("idx[%d]", item_idx);
format(string,sizeof(string),"%sName[%s]", string, Item[item_idx][Name]);
format(string,sizeof(string),"%sInfo[%s]", string, Item[item_idx][Info]);
//and so on...
Reply


Messages In This Thread
multiline string help - by boynumber5 - 28.11.2014, 07:33
Re: multiline string help - by Jonesy96 - 28.11.2014, 09:14
Re: multiline string help - by Juvanii - 28.11.2014, 10:06
Re: multiline string help - by boynumber5 - 28.11.2014, 11:44

Forum Jump:


Users browsing this thread: 1 Guest(s)