How can I create an xml object (or any object in fact) named after a variable,
i.e
variable called section with value “names”
create object [section value + “XML”] = new xml();
result: empty xml object called namesXML
How can I create an xml object (or any object in fact) named after a variable,
i.e
variable called section with value “names”
create object [section value + “XML”] = new xml();
result: empty xml object called namesXML
:: Copyright KIRUPA 2024 //--