Creating Dynamic Var Names

Is there a way to make dynamic var names? Cant remember how to do this.

Something like:

NameCount = 1;

Obj.eval("Item" + NameCount)) = "hello world";

Obj.Item1 // trace "hello world"