%GetComputerName function


Function
The function retrieves the name of the computer, where the calling ESL is interpreted.
Declaration
TEXT  %GetComputerName([BOOL in bPhysicalComputerName := @TRUE])

Parameters
bPhysicalComputerName Optional parameter that is important providing that the process (usually D2000 HI) is started up within RDP or Citrix session.
@TRUE - function returns a name of computer, on which the process runs (server name).
@FALSE - function returns the name of computer, from which RDP or Citrix session is started up (client name).