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.

Spaces to the right of the attribute name are ignored.

Case sensitive.

Attribute name and value can be up to 2000 characters each.


Example

To retrieve the value of the attribute named "TechnologyName":

$AttributeValue = Session.GetAttrSValue("TechnologyName")

$AttributeName = "TechnologyName"
$AttributeValue = Session.GetAttrSValue($AttributeName)

Comment on this topic

Topic ID: 510178