Constructs a series of numeric tag attributes in the format LABEL="VALUE" and adds the attributes to HTML code that you specify.
tag attributes in contains HTML code to which you want to add the new tag attributes.
labels contains text that you want to associate with values in the numeric tag attributes.
values contains the integers that you want to include in the numeric tag attributes.
default value sets the value in a numeric tag attribute to the default of 0 if you set the value or values input to 0 and the default value parameter to a nonzero value.
The default is 0, which does not affect the numeric tag attribute. If you set value or values to 0 and do not wire this input, the VI does not create a numeric tag attribute.
tag attributes out contains the HTML code in tag attributes in and the new tag attributes.