mf_colq()

Returns the length of the longest row in a memory file

Call
#include <vv_sys.h>
int mf_colq(mfp)

MFILEPTR mfp

Pointer to memory file

Returns  
INT The number of columns in the longest row in the specified memory file.
Description

mf_colq() returns the number of columns in the longest row in the specified memory file. If the memory file is set to operate within one keyworded section by a call to mf_kwdset(), then mf_colq() returns the number of columns in the longest row in that keyword section.

Related Functions

mf_def(), mf_rowq()

Cautions

mf_colq() is a macro and does no error checking. Macros are not listed by the VCS error reporting system.


Home Contents Previous Next