Hi everyone
i have written a simple random access file application but was
wondering how to delete a empty record i am using a UDT like
below
VB Code:
Public Type record staff_name As String * 20 title As String * 4 initials As String * 4 status As String * 1 room As String * 5 telephone As String * 4 End Type
any ideas how to delete a blank record
thanks for help people





Reply With Quote