Show TOC

Syntax documentationEvSVR Locate this document in the navigation structure

The EvSVR (Interface on the Web Server) function returns the name of the web server to which the user is connected.

Syntax Syntax

EvSVR()

End of the code.

Example Example

The following example returns Http://CorpServ01 if the current server is CorpServ01.

EvSVR()

End of the example.