Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%GetComputerName function


Function
The function retrieves the name of the computer, where the calling ESL is interpreted.
Declaration


Blok kódu
languageesl
themeConfluence
TEXT  %GetComputerName([BOOL in bPhysicalComputerName := @TRUE])
Parameters


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