VAL(1)
PURPOSE
This function converts a string value (type A) to a numeric value (type N).
PARTS
1. f/c/e The value to be converted. The original value remains unchanged.
RETURN TYPE
N - Numeric
EXAMPLE
msg val('100.2')
100.20
msg val('abcd')
0.00