Problem with array including string
#1

pawn Код:
new TestArray[2][5] = {
    {"Testing", 244.3659, 305.1818, 999.1484, 1},
    {"Testing2", 322.3637, 303.2862, 999.1484, 5}
};
Код:
(213) : warning 213: tag mismatch
(213) : warning 213: tag mismatch
(213) : warning 213: tag mismatch
(213) : error 018: initialization data exceeds declared size
(216) : error 010: invalid function or declaration
(1808) : error 032: array index out of bounds (variable "TestArray")
Any idea?
Reply


Messages In This Thread
Problem with array including string - by GiS - 03.04.2012, 14:36
Re: Problem with array including string - by SuperViper - 03.04.2012, 14:41
AW: Problem with array including string - by GiS - 03.04.2012, 14:43
Re: Problem with array including string - by Sinner - 03.04.2012, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)