SIMPOL Documentation

nondigitsordecimal()

Description

This function is meant to be used to return a string that can be used by .toval() in the ignorechars position to make sure that a value is converted to a number or integer depending on input. Returns the string minus anything that is a digit in the range of 0-9, the decimal point and the square brackets used for repeating decimals. This does not handle localized decimal characters.

Prototype

nondigitsordecimal ( string s )

Parameters

ParameterDefault valueType nameDescription
sNonestring