03-23-2009 03:23 PM
When I am converting a float to string it drops the leading zero even though I have it specifically set to keep them. In the end, I need to spit out the form CMDxxx.x and CMDxx.xx.
Thanks
Solved! Go to Solution.
03-23-2009 03:47 PM - edited 03-23-2009 03:48 PM
What you really want to use is the Format Into String function. Example:
Also:
03-23-2009 04:08 PM
smercurio_fc wrote:
- Eliminate your local variables: they serve no purpose.
... and value property nodes. They are even worse!
Simply wire from the control terminals (voltage, time) to the case edge and then to wherever the value is needed.
03-23-2009 04:24 PM