Applies to

SYSTEM.

Description

Returns the OpenEngine ServerName used by OpenInsight.

Usage

sn = Get_Property ("SYSTEM""SERVERNAME")

Returns

The literal value of the OpenEngine servername as defined in the command line parameter "SN".

Example

If starting OpenInsight from a desktop shortcut with a target of:
C:\Revsoft\OINSIGHT\OINSIGHT.exe /sn=this
When the following command is executed:
sn = Get_Property("SYSTEM","SERVERNAME")
then
The sn variable will contain the literal "this".
  • No labels