Function ExpressionAttributes(expression: String) : String
Returns a string formatted for use with AttributeAs<Mode> functions
This function examines a string expression such as <form attribute1="value" attribute2="value"> or <item attribute1="value" /> and extracts the attribute="value" parts, for use with the AttributeAsInteger, AttributeAsReal, AttributeAsString and AttributeAsBoolean functions.
This is very useful for combining data in one VirtualString (you could also use it to parse XML data, and use MapVirtual<Type> functions):
Example Settings:
Example Program: