PKG Properties

PKG properties are key-value pairs whose meaning is specific to a PKG file. A properties statement is used to set the properties of the PKG file.

Syntax

+(propid=value,...)

propid is the unique identifier of a property. Each propid value is unique to the PKG file.

For Example:

+(0=2, 1=3, 2=4)

The associated value is an integer that can be queried by another PKG file using the AppProp() function in an IF...ENDIF block. For more information on AppProp(), see Functions.