Sizeof 2D Array
#8

Quote:
Originally Posted by mastermax7777
Посмотреть сообщение
try this...
sizeof(RobInfos[])
That would get the size of the 2nd dimension. What he (apparently) wants to do is getting the size of the string inside the enum. My best shot would be either
pawn Код:
sizeof( RobInfos[][] )
or
pawn Код:
sizeof( RobInfos[][][] )
Reply


Messages In This Thread
Sizeof 2D Array - by CoaPsyFactor - 19.03.2013, 10:03
Re: Sizeof 2D Array - by Stylock - 19.03.2013, 10:19
Re: Sizeof 2D Array - by CoaPsyFactor - 19.03.2013, 19:18
Re: Sizeof 2D Array - by RyDeR` - 19.03.2013, 19:20
Re: Sizeof 2D Array - by CoaPsyFactor - 20.03.2013, 00:08
Re: Sizeof 2D Array - by LarzI - 20.03.2013, 01:28
Re: Sizeof 2D Array - by mastermax7777 - 20.03.2013, 03:38
Re: Sizeof 2D Array - by LarzI - 20.03.2013, 07:00
Re: Sizeof 2D Array - by mastermax7777 - 20.03.2013, 07:34
Re: Sizeof 2D Array - by LarzI - 20.03.2013, 08:05

Forum Jump:


Users browsing this thread: 1 Guest(s)