Movicon Help on Line - Rel. 11.7.1301
Syntax |
GetAliasListValue() |
Description |
This function returns the list of values associated to the Aliases defined in the object. A string will be returned where the values of the Aliases are separated by the "|" (pipe) character.
|
Parameter |
Description |
None |
None |
Result |
String |
Example:
Public Sub Click()
MsgBox "Alias Value List = " & GetAliasListValue(),vbInformation, GetProjectTitle
End Sub