AddServer
- Last UpdatedNov 17, 2021
- 1 minute read
The AddServer method adds a server to the list of servers for the current workbook.
Syntax
ActiveFactoryWorkbook.AddServer(message serverName, message loginName, message password)
Parameters
serverName
The name of the server to which to connect.
loginName
A valid user name for the server.
password
A valid password for the server.
Remarks
Use the keyword "CALL" before the method name to invoke the method.