Val function example

The following example uses the Val function to return the numbers contained in the field String.

String field Function returns
"2457" 2457
"2 45 7" 2457
"24 and 57" 24

Val([String])