This page describes which number formats are encountered in the various route and train files and how to adhere to them. |
Examples for Strict integers: | |
▶ |
0 123 -98 |
Examples for Loose integers: | |
▶ |
123 77 11 -987x456 |
The interpreted integers from the preceding examples are: | |
▶ |
123 7711 -987 |
Examples for Strict floating-point numbers: | |
▶ |
123 123. 123.0 123.456 0.456 .456 -123.456 |
Examples for Loose floating-point numbers: | |
▶ |
-123 . 456 987,333 |
The interpreted floating-point numbers from the preceding examples are: | |
▶ |
-123.456 987 |
▶ |
hhh.mmss hhh.mms hhh.mm hhh.m hhh |
Seconds since midnight for a given time: | |
ƒ | 3600*hhh + 60*mm + ss |
Examples for times: | |
▶ |
23.5900 24.0215 |
▶ | #RRGGBB |
▶ |
#000000 (black) #FF0000 (red) #00FF00 (green) #0000FF (blue) #00FFFF (cyan) #FF00FF (magenta) #FFFF00 (yellow) #FFFFFF (white) |