attributeValue()

Synopsis

Returns the value of the attribute reference.

Syntax

attributeValue ( handle As String, _
                 tag As String ) As String 
Argument Type Description
handle string The handle of the insert. Must be the "modelSelf" handle, such as: first(insert_1.modelSelf) . Note: modelSelf returns a list, so you must use the first() function to retrieve only the first element.
tag string The attribute tag.