During testing, what's the best way to delete all the records of every file in the database and also reset the auto id back to 1?
HCreation("*") throws an error.
EDIT: List all files and use HCreation() on each file.
HCreation("*") throws an error.
EDIT: List all files and use HCreation() on each file.
sList is string = HListFile(Main) // Main is the name of the analysis folder with the files I wanted to reset arrList is array of string StringToArray(sList,arrList,CR) FOR EACH sFile OF arrList HCreation(sFile) END