3D Array - Tag Mismatch
#1

How do I properly write a 3D Array for Floats?

I keep getting a tag mismatch at the commented line.

pawn Код:
3DArray[ ][ ][ ] =
{
    { // Tag Mismatch
        { 1.0, 2.0, 3.0 },
        { 4.0, 5.0, 6.0 },
        { 7.0, 8.0, 9.0 }
    },
    {
        { 1.0, 2.0, 3.0 },
        { 4.0, 5.0, 6.0 },
        { 7.0, 8.0, 9.0 }
    },
    {
        { 1.0, 2.0, 3.0 },
        { 4.0, 5.0, 6.0 },
        { 7.0, 8.0, 9.0 }
    }
};
Thanks for the help.
Reply


Messages In This Thread
3D Array - Tag Mismatch - by DaemonG - 21.12.2013, 19:44
Re: 3D Array - Tag Mismatch - by kristo - 21.12.2013, 19:47
Re: 3D Array - Tag Mismatch - by DaemonG - 21.12.2013, 19:50

Forum Jump:


Users browsing this thread: 1 Guest(s)