Hy forumers!
I have a problem.
I want to make this:
var[#][#] ( it contains an id ) and i get an error when i want to get the variable value:
Quote:<Error (the index '1' does not exist)> & Line 467
Line 467:
Quote:print(var[1][1].tostring());
others:
Quote:
local var= {};
..
var[tmp[rt_i]["id1"]] <- {};
var[tmp[rt_i]["id1"]][tmp[rt_i]["id2"]] <- GetIdentity();
tmp[rt_i]["id1"] return with 1 value not empty
tmp[rt_i]["id2"] return with 1 value not empty
GetIdentity() return with other value not empty
Please help me :(
(SORRY FOR BAD ENGLISH)