| Parameter | Description |
|---|---|
| sName | Attribute Name |
| sValue | Attribute Value |
Procedure SetAttributeValue String sName String sValue
| Call: | Send SetAttributeValue sName sValue |
SetAttributeValue sets an attribute name and value node within an element. If the attribute name already exists, the value is replaced. If the attribute name does not exist a new attribute node is created.
Send SetAttributeValue of hoElement "Type" "Customer"