Icon AnsiStrToFloat Method

function AnsiStrToFloat(const Value: String): Extended

Use the AnsiStrToFloat method to convert a string that contains an ANSI-formatted float value to an actual Double value. All SQL and filter expressions in DBISAM require ANSI-formatted float values, which use the period (.) as the decimal separator.
Image