[Gambas-devel] A little suggest

fabien Bodard arcalis.prod at ...4...
Mon Apr 17 16:18:15 CEST 2006


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





More information about the Devel mailing list