GetAttrSValue |
DEVELOPER |
|
|
Purpose |
.GetAttrSValue allows you to retrieve the attribute value associated with its name. |
Object Type |
Session |
Syntax |
Variable = Session.GetAttrSValue ("AttributeName") |
Remarks |
Empty value returned if attribute name is not recognised.
|
Example |
To retrieve the value of the attribute named "TechnologyName": $AttributeValue = Session.GetAttrSValue("TechnologyName") |
Topic ID: 510178