I have to get the data from a line like this:
Code: Select all
<nonoem-base-model><![CDATA[FUSION]]></nonoem-base-model>
The sample shows:
Code: Select all
MsgInfo( oTagActual:cName, oTagActual:cData )
HEval( oTagActual:aAttributes, { | cKey, cValue | MsgInfo( cKey, cValue ) } )
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