GetComputerName

Syntax:

GetComputerName()

Description:
Returns the name of the computer that Automated Workflow is running on.

Parameter Description

(no parameters)

Example:

Sub Main
MsgBox GetComputerName()
End
Sub

See Also:

GetWindowsVersion