Hi John- All computers read numbers stored as text from left to right, so you would need to use a leading zero for each single digit station number to get them to sort correctly with the double digit numbers.
Station 01
Station 02
Station 10
Station 11
etc.
If you will have more than 99 stations, use 001, 002 ... 010, 011, 012 ... 100, 101, 102, etc. so that all of the numbers will have three digits.
Hope this helps!
-Mary