Numerical is used to find out whether an item is a numeric item.
This property is read-only.
Remark: The following items are considered as being numeric items:
- int,
- real,
- currency, etc
- numeric,
- boolean.
// Is the Customer.Phone item a numeric item?
ResNum = Customer.Phone.Numerical
Syntax
<Result> = <Data file>.<Item>.Numerical
<Result>: Boolean
- True if the item is a numeric item,
- False otherwise.
<Data file>: Character string
Logical name of the data file used.
<Item>: Character string
Name of the item used.