TO_NUMBER
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Converts the given character expression to a number value.
Syntax
|
Notes
- The
argument to the function must be of type
CHARACTER. - The result is of type
NUMERIC. - If any of the argument expressions evaluates to
NULL, the result isNULL.
Example
This
example illustrates the TO_NUMBER function and
the SUBSTR function:
|
Compatibility
Progress extension