Originally posted by DREDIOCK
Another request has to do with the Strat list.
When listing the feilds while looking at strat Would you kindly place them in numerical order?
It would make finding the info on the feild you want to look up about 1000 times easier. The Way its set up now is a real PIA.
then all bases would have to be named
0001
0014
0214
always a zero in front of the name. computers are stupid. make 10 text files in a folder naming them 1,2,3,4,5,6,7,8,9, and 10.
then arrange the folder contents by name.
the order will go:
1
10
2
3
4
5
6
7
8
9
putting the "1"'s together like AH does now.
unless you name all bases with a zero digit in front (and all base numbers with the same ammount of digits IE XXXX) you wont get a "numerical" list.
even 01,02,0123,044,04,022 wouldnt sort right. not the same ammount of digits.
it would go:
01
0123
02
022
04
044
it has to be 0001 and so on. hope this makes sence and explains it.