very slow loading!!
#1

fixed!
Reply
#2

fixed
Reply
#3

It loads slow because you have two loops, the generic "for" loop running 20 times and the "while" loop. Assuming you have 332 lines in the file, 332 x 20 = 6640. One way to make it easier is to use SQLite or name each file independently (e.g. "veh_1.ini", "veh_2.ini").
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)