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