Hello all,
I have been having a blast with construct 3. Such a fantastic engine for an artist with a little bit of coding knowledge.
I was just wondering I would go about getting an XML attribute as a string.
Let us say the XML looks a bit like
<Terminal1>
<nd nm = "START">
<txt>text text text
text text text?
</txt>
<ch txt = "blahblahblah">Status</ch>
So instead of ready the Status, I would like to read the "blahblahblah as a string
What I have got now is.
is a set text with the text set to:
XML.StringValue("string(/Terminal"&Param1&"/nd—/chTxt)")
Thank you so much in advance.