'QB64 Code Auto-Generated by the QBDbase Library
'On 08-03-2018
'QBDbase Library coded and designed by Steve McNeill
'smcneill@swva.net
'And is open source and free for all use - both commercial and private -- with no expection of credit needed nor required.
'But if you want to send me a cute picture of a beautiful girl in a swimsuit (swimsuit optional), feel free to use the email above.
'QB64 code starts here:
'$Include:'DataLibraryH.BI'
TYPE QBDdefaultType
' feel free to change this if you want a custom name type DIM MyRecord
AS QBDdefaultType
TypeMem
(0) = _MEM(MyRecord
)
Filehandle = OpenData("SpellList.QBD", 0)
PRINT QBDRecordsUsed
(Filehandle
);
"records exist in database" ReadData Filehandle, i
ReadData Filehandle, i
UnDeleteData Filehandle, i
ReadData Filehandle, i
'$Include:'DataLibraryF.BM'