itpserver_setting

The function itpserver_setting can be used to retrieve information on the ITP/Server context in which the model is run. The function has one parameter type TEXT which contains the setting that the function retrieves. The function result is type TEXT and holds the retrieved value.

Supported settings are:

Example

TEXT server := itpserver_setting("_Server")
TEXT temp := itpserver_setting("TempDir")

Note that this function will work when running an ITP Model with ITP/Workstation but the result will always be an empty string.