What/where is the list of escape sequences for displaying various types of data inside a string, when you're programming a screen?
The only sequence I know is %d for a number, since it was mentioned in a topic in the help files.
i.e. String "Motor speed %d" would display "Motor speed 2500" if the motor was reading 2500 RPM.
I've been unable to find this list in the help files.
Anyone know where this is, and/or just reply with the list?