Hi Benoit, I need something : FOR EACH s IN Get PRINT Get.Key & "=" & s NEXT Where get is an autocreatable class but it seem that the _new special event was not fired when i use this in a for each expression. So actually i use,before, a workaround like : PRINT "titi" & "=" & Get["titi"] but it's not really pretty. Regards, Fabien Bodard