Description
This property allows access to the ASCII data of the current solution as a VBScript string.
Applicable Events
ZoneLink
Syntax
object.ZoneStringValue(strName)=aString
Parameters
Object is a reference to the Application object. For more information, see Application Object (page Application Object).
ZoneStringValue is the command.
strNstrName is the name of the algorithm or zone.
aString is the value to assign to the algorithm or zone.
Example
object.ZoneStringValue(“LastName”)= “SMITH”