QMMarkMapping

Top  Previous  Next

 

The QMMarkMapping function enables or disables mark mapping for a directory file.

 

 

Format

 

VBQMMarkMapping ByVal FileNo as Integer, ByVal State as Integer

 

Cvoid QMMarkMapping(int FileNo, int State)

 

ObjSession->MarkMapping(FileNo, State)

 

where

 

FileNois the file number returned by a previous QMOpen() call.

 

Stateis non-zero to enable mark mapping, zero to disable.

 

 

The QMMarkMapping function enables or disables mark character mapping on the file open as FileNo. See the QMBasic MARK.MAPPING statement for more details.