The Item: ConstantDefinitionA Constant is an item which represents a constant expression that can be used as a parameter value for other items. PropertiesArgumentThe flag argument is used to indicate whether this item can be used as an argument of the script file or not. If true, the expression value specified is not used in the generated script file, but it gets its value from an argument of the script command line. If false, the value is generated in the script file. ExpressionAn expression value can be any string or numerical value. Result valueThe result of the execution of a constant is the constant expression itself. See alsoReturn to the reference manual |