1
Segnalazione bug / Re: Errore con i tag XmlWriter in gb.xml
« il: 10 Luglio 2012, 00:29:17 »
Hum, I think there is a mistake in your code. This line does not crashes :
... but this one does :
We can see in the debugger output that the CElementAttributes_get method is called, not the CElement_getAttributes one.
Anyway, this is solved in the revision #4927. Thanks.
Codice: gambas [Seleziona]
Print oRoot.ChildElements[iVar].GetAttribute("cod")
... but this one does :
Codice: gambas [Seleziona]
Print oRoot.ChildElements[iVar].Attributes["cod"]
We can see in the debugger output that the CElementAttributes_get method is called, not the CElement_getAttributes one.
Anyway, this is solved in the revision #4927. Thanks.