Author Topic: List of string escape sequences. (%d, etc)  (Read 3722 times)

ET

  • Guest
List of string escape sequences. (%d, etc)
« on: June 26, 2012, 07:45:31 PM »
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?

Quax76

  • Guest
Re: List of string escape sequences. (%d, etc)
« Reply #1 on: June 27, 2012, 02:38:19 PM »
You can find this list in the Plus1 help (Pressing F1 in Guide)
"Screen Editor How-To"-->"Define Screen Page/How to Format a Data Value"