i created an simple binary query database with an interface and a simple import file button
however i need to keep trace how many times a file is being imported as when time the button pressed the program will terminate. since i can't keep a count using a varaible inside the program cause variables reset after the program terminates i was thinking of using another file to keep track with an array or somthing? and each time the program runs it would check which file number i'm at? so how would i code this? or is there a better way?
pls help...
however i need to keep trace how many times a file is being imported as when time the button pressed the program will terminate. since i can't keep a count using a varaible inside the program cause variables reset after the program terminates i was thinking of using another file to keep track with an array or somthing? and each time the program runs it would check which file number i'm at? so how would i code this? or is there a better way?
pls help...