02-21-2008 09:17 AM
02-21-2008 10:27 AM
Not sure why you posted that code. It's just the shipping example with a much smaller front panel.
You could use the Format Into String function with a format string of %04.1f. With a numeric input of .5, you get '00.5' out and with a numeric input of 2.3, you get '02.3' out.
02-21-2008 10:37 AM - edited 02-21-2008 10:37 AM

Let us know if this solves your problem or if the ASCII codes of the 4 characters must be sent instead of the characters.
02-26-2008 06:59 AM