VALUE
Â
SYNTAX:
Â
FUNCTION VALUE ( V : STRING ) : NUMBER;
Â
The value function returns the numeric representation of a string.
Â
Parameters :
  V is a string containing either a real or integer literal (see 7.5).
Â
Â
SYNTAX:
Â
FUNCTION VALUE ( V : STRING ) : NUMBER;
Â
The value function returns the numeric representation of a string.
Â
Parameters :
  V is a string containing either a real or integer literal (see 7.5).
Â