Hi,
Multiply with 10^decimal, then round, then devide again. Use an expression
node, with 10**x in it.
Regards,
Wiebe.
"Nick" wrote in message
news:50650000000500000045BA0100-1079395200000@exchange.ni.com...
> I also had this problem and used the same method as Adam.
>
> Are there any other ways that are more elegant?
> I tried type casting with a control with format specified but that did
> not work. Matlab has a round function, but I decided it would easier
> and quicker using the string conversion method.