11.07.2016, 19:48
Hi.
I've warning 213: tag mismatch. I know what does this mean and I know why I've this one (I've 3 float in a 2D list with a string).
How can ignore this warning ? I mean my code working even with this warning.
Example:
I've warning 213: tag mismatch. I know what does this mean and I know why I've this one (I've 3 float in a 2D list with a string).
How can ignore this warning ? I mean my code working even with this warning.
Example:
PHP код:
new Int247[][] =
{
{-25.884498,-185.868988,1003.546875, 17, "24/7 - 1"},
{6.091179,-29.271898,1003.549438, 10, "24/7 - 2"},
{-30.946699,-89.609596,1003.546875, 18, "24/7 - 3"},
{-25.132598,-139.066986,1003.546875, 16, "24/7 - 4"},
{-27.312299,-29.277599,1003.557250, 4, "24/7 - 5"},
{-26.691598,-55.714897,1003.546875, 6, "24/7 - 6"}
};