You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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