03-31-2014 05:30 AM
Hi NI community,
I am working with the formula node structure for the first time and I came along this error which I can't fix.
It says it finds a # character, but the strange thing is that there is no character. Is there anyone who can help me with this one please?
Kind regards
Thomas Ruts
Solved! Go to Solution.
03-31-2014 06:25 AM
Hard too see everything in that picture, but the error message says that there is an error in the formula, and the place of the error is marked with an # in your error message.
So you shouldn't look for # in your formula, you should look at the formula string reported by the error message, and specifically around the # that has been entered there.
03-31-2014 06:26 AM
You are missing a right parenthesis on your first long formula. It is in the last half of the formula. You have two left parenthesis, but only one right.
03-31-2014 06:44 AM - edited 03-31-2014 06:45 AM
<too late>
03-31-2014 06:45 AM
How could I overlook that
Anyways thanks for helping me out!