DECLARE SUB DQBcloseDataFile ()
none
Close opened datafile; if no datafile was opened, this function does nothing.
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.
See DQBopenDataFile example