There is how it looks added one more dimension
PHP Code:
new const g_szNames[][][] =
{
{ "1 First", "1 Second", "1 Third", "1 Fourth", "" },
{ "2 First", "2 Second", "", "" },
{ "3 First", "3 Second", "3 Third", "3 Fourth", "3 Fiveth" }
};
It is possible to prevent that ""? Because without them I am getting
Quote:
|
error 052: multi-dimensional arrays must be fully initialized
|