I have to get the data from a line like this:
    <nonoem-base-model><![CDATA[FUSION]]></nonoem-base-model>Â
The sample shows:
     MsgInfo( oTagActual:cName, oTagActual:cData )
     HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } )Fine ... so oTagActual:cName returns the name ( ie. in this case nonoem-base-model ) which is great. cValue has the actual data I need: FUSION
However, I'm going around in circles. I need to save cValue to an array, and it simply is not happening, ie: aInfo[2] := cValue
The documentation, and samples, are so incomplete. Where can I find oTagActual array of attributes ? Since the Value is not in oTagActual:cData, is there some other handle ?
Sorry ... I looked at all the comments on this site ... but no joy.
Tim
http://www.MasterLinkSoftware.com
http://www.autoshopwriter.com
timstone@masterlinksoftware.com
Using: FWH 23.10 with Harbour 3.2.0 / Microsoft Visual Studio Community 2022-24 32/64 bit