method CreateExtAttribute | |
Syntax: | object.CreateExtAttribute bItem, bName, vValue |
Parameters: |
bItem As
String -
Item ID bName As
String -
Attribute Name vValue As
String -
Attribute Value |
Description: | The CreateExtAttribute method allows the user to create a new Extended attribute. Example: Dim oTrkAttributeAgent As Object Dim oTrkAttributes As Object Set oTrkAttributeAgent =
CreateObject("Tracker.TrkAttributeAgent") oTrkAttributeAgent.CreateExtAttribute "A1", "COLOR",
"RED" |