MoneyWorks Manual
Edit
!--sphider_noindex-->
GetTaggedValue (taggedTextString, tag)
Result type: text
Definition: Returns the value from a tagged key-value string.
Example:
GetTaggedValue("_size: Sm; _style: LS; _colour: black;", "_size")
returns "Sm".
Rationale: The TaggedText field is normally used with ReadCurentRecordForWindow and WriteCurrentRecordForWindow, but you may need to display a tagged value in a custom column of a list. This is what GetTaggedValue() is for.
See Also:
SetTaggedValue: Encode data for a TaggedText field (for custom data storage)