MKI_FileReadContinue (File I/O)

www.CAD6.com

C++ Syntax

bool

MKI_FileReadContinue( void );

 

Checks whether the delimiter of the previously read value was a semicolon or not. This procedure is used to determine whether a value has completely been read or not.

 

Return Value

Returns true is the separator following the least recently read value is a comma and not a semicolon.

 

Comment

This procedure relies on a high-performance read cache previously established by either MKI_FileReadInitDisk, MKI_FileReadInitDiskOffset or MKI_FileReadInitMemory. As a result, it will fail if this cache is currently not activated!

 

The behavior of this procedure depends on the settings of MKI_FileReadDelimiters!

 

CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH