I have to get the data from a line like this:
- Code: Select all Expand view
<nonoem-base-model><![CDATA[FUSION]]></nonoem-base-model>
The sample shows:
- Code: Select all Expand view
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