[Gambas-bugtracker] Bug #1344: Value or TextContent property of the XmlElement class denies the value ""
bugtracker at gambaswiki.org
bugtracker at gambaswiki.org
Tue Jun 12 05:51:03 CEST 2018
http://gambaswiki.org/bugtracker/edit?object=BUG.1344&from=L21haW4-
Comment #3 by Claude DESSERÉ:
I never said I had a crash! No GUI problem here!
with this example, gb.xml refuses to change the value of the item to "".
if the element had the value "Value":
xmlElt.Value = "Value"
I write "" in the property Value:
xmlElt.Value = ""
I re-read the Value property
xmlElt.Value = "Value"
it does not write the value "", and causes no crash ...
Can be my verb "denied" is misinterpreted
I meant "he does not do the job"
I post a command-line project...
Claude DESSERÉ changed the state of the bug to: Accepted.
More information about the Bugtracker
mailing list