@miran, This is the result of dumpTree
StmtList
Asgn
DotExpr
Ident "abc"
Ident "x"
IntLit 56
Asgn
DotExpr
Ident "abc"
Ident "y"
IntLit 142
RunSo i think i need to rip the ident "x" and "y" from this stmtList and combine it with "obj" variable. But then i think i should check the type of the last part. BTW, i can see some light of hope now. I can do this.
