>...
> map={};
> map['name_'+01]=5;
> alert(map['name_'+01]);
> 5==map.name_01;
>
> regards,
>
> Ce'dricYes Ce'dric you right, but sometimes on has need inplace maping/ remaping the VARs, for examples in constructors class or in the prototypes. --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
