Previous Topic

Next Topic

Book Contents

Book Index

Formatting variables

Variable expressions can be made to be desired format by placing a symbol or phrase before an expression. For instance if you want an expression to be resolved to an integer, you can put INTEGER before the expression. A minus sign negates the value of the expression. This allows the value of the variable to be formatted as needed by the application.

Math based variable operators

Operator

Description

-

Produces the negative value of the expression.

.NOT. or !

Produces the inverse value of a boolean expression.

FILE_NOT_FOUND

Produces a 1 if file in parentheses is found. 0 if not.

FORMAT="Picture String"

Produces the formatted value of the expression.

INTEGER

Produces the integer value of the expression.

FLOAT

Produces the floating point value of the expression.

ADATE

Produces the absolute date value of the expression.

DDATE

Produces the delta date value of the expression.

In This Section

Math Formatting Examples

See Also

Variable Expressions

Creating a Variable Expression

Evaluating Projected Date Values

Variable Expression Basic Structure

Using Date Expressions

Using Strings Expressions in Variables