[LOGICALS]

Use the [LOGICALS] section of the assignment file to assign values to logicals that can be accessed using the $logical ProcScript function. Each application can have its own set of logicals.

Syntax

[LOGICALS]

LogicalName = Value

Arguments

  • LogicalName—logical name. It is not case-sensitive . The LogicalName may contain any characters except spaces, tabs, and equal signs (=).
  • Value—value for the logical name.

Setting Logicals

The following example assignment file defines a logical named work_directory:

[LOGICALS]
work_directory = c:\my_app\test\work

Description

Uniface provides a number of logicals for configuring the Uniface IDE, the Web Application Server (WASV), SMTP authentication, and so on.

Related Topics