|
FileReadNumberThe function reads from the CSV file a string from the current position till a separator (or till the end of a text string) and converts the read string to a value of double type.
Parameters file_handle [in] File descriptor returned by FileOpen(). Return Value The value of double type. Example script in FileIsLineEnding(). See also |