Glb.Product

Glb.Product is a read-only built-in segment attribute that is set to the runtime software product on which the application is running. It is a deprecated attribute – use Glb.IsDebug instead.

Valid Glb.Product values are listed in the following table.

Value

Product

LINC

Runtime

LDAIII

Debugger (Developer)

Glb.Product can be used to control logic execution based on the runtime software product on which the application is running.

Example

If Glb.Product = "LDAIII"
    : Logic to execute in Debugger
Else
    : Logic to execute in runtime

Properties

Length = 10

Primitive = String