Library /sys$common/syshlp/BASICHELP.HLB  —  VAL
  The VAL function returns the floating-point value  of  a  numeric  string.
  The VAL% function returns the integer value of a numeric string.

  Examples

  Real_num = VAL("990.32")

  Int_num% = VAL%("999")
Additional Information: explode extract
Syntax
Close Help