| Author |
Message |
EMebane
Joined: Apr 15, 2019 Posts: 124
|
Posted: Apr 27, 2026 1:58 AM Post subject: Expression Evaluator seetting Out in a comment error |
|
// Out1 =
this seems to be an unallowed comment in ExpressionEvaluator. |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1087
|
Posted: Apr 27, 2026 2:57 PM Post subject: |
|
I can't see a problem with it. If you have a snippet please send.
The expression does need to be in advanced form to accept comments, so you do need at least one uncommented real assignment (e.g. Out1=In1;) somewhere and not just a simple expression (like: (In1+In2)/2 ) |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1087
|
Posted: Apr 27, 2026 10:00 PM Post subject: |
|
| Thanks. This will be fixed in version 4.249 |
|