thanks, solved the problem
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 Menulocal 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..<Error (the index '1' does not exist)>
I read the FAQ the index _____ does not exist", but this doesnot help me