DQBcloseDataFile
SUB

Prototype

DECLARE SUB DQBcloseDataFile ()

Parameters

Returns

none

Description

Close opened datafile; if no datafile was opened, this function does nothing.

Notes:

You cannot have more than an opened datafile at the same time, so this function may be useful when you have your data stored in different datafiles. This function is automatically called by DQBclose; see also DQBopenDataFile.

Example

See DQBopenDataFile example