create many string with same var name
#1

hello i need 10 or more string like

Код:
str[10][128];
i use it like this
Код:
dini_Get(FileStr, "Name0",str[0],sizeof(str[0]))
but gives errors

Код HTML:
 : error 001: expected token: "]", but found "-integer value-"
 : warning 215: expression has no effect
 : error 001: expected token: ";", but found "]"
 : error 029: invalid expression, assumed zero
 : fatal error 107: too many error messages on one line
i cant do like this , i dont want like this
Код:
str0[128];
str1[128];
str2[128];
.
.
.
Reply


Messages In This Thread
create many string with same var name - by carl0o0s - 12.05.2014, 11:26
Re: create many string with same var name - by Tingesport - 12.05.2014, 11:37
Re: create many string with same var name - by Scottas - 12.05.2014, 12:15
Re: create many string with same var name - by DaniceMcHarley - 12.05.2014, 12:55

Forum Jump:


Users browsing this thread: 1 Guest(s)