Val

Converts numeric characters and the first period found that occur at the beginning of a string to a number.

A period not accompianied by at least one numeric digit will be ignored. If no numeric digits are found at the start of the string, zero will be returned.

Method Signature

Val(string=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

string

string

true

The string to parse

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC