Dear experts,
I have a variable called "InputC" that contains a number 00012345. Now before i pass the variable to the get-items connector I want to remove the zero's. I know i have to use the float. But i am very bad in expressions.
Gr.P
Solved! Go to Solution.
Hey there. You've got it.... if you just wrap the output of your variable in a float(), it will have the desired result. Something like this in your expression window (replace the bold bit with the dynamic output of your variable:
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.
Hey there. You've got it.... if you just wrap the output of your variable in a float(), it will have the desired result. Something like this in your expression window (replace the bold bit with the dynamic output of your variable:
If you liked this reply, please give it a thumbs up! If this reply has answered your question or resolved your challenge, please consider marking it as a Solution. This helps other users find it more easily via search.