[Gambas-user] XMLReader

Daniel Campos daniel.campos at ...338...
Sun Nov 21 02:09:37 CET 2004


It is an strange bug... By now you can create the object each time
you're going to use it:

DIM MyDepth AS Integer
  DIM Xml AS XmlReader
  DIM nI AS Integer
  FOR nI = 1 TO 4
    TxtData.Text = TxtData.Text & "\n Loop = " & nI & "\n"
    Xml=NEW XmlReader












More information about the User mailing list