{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Val
Reads the string parameter an converts it to a numeric value. The formula stop reading on the first character, which cannot be recognize as a number or a space.
Usage:
Val( String )
Parameters:
String | The string which should be converted into a numeric value. |
---|
Returns:
The numeric value of the String.
Examples:
abc := val("123.456") // Returns the value 123.456