Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - MrAzzeroth

#1
thanks, solved the problem :D
#2
It's okay, but i want to create like this: var[1..100][1..x]
'cus, this need to query from database, and important the array length like:
var[1] length == 23
var[2] length == 26
..
want to increase while query
sorry bad english
#3
Hy all!

What is the problem in this?

local var= {};
..
var[tmp[rt_i]["id1"]] <- {};
var[tmp[rt_i]["id1"]][tmp[rt_i]["id2"]] <- GetValue();
The id1,id2 and the GetValue return with true value like 1,2..
And i get this error when i want to get the value ( var[1][1] )
<Error (the index '1' does not exist)>I read the FAQ the index _____ does not exist", but this doesnot help me
Please help, sorry for bad english.