Open landonzeng opened 2 days ago
Error in calculation of (-CWPT_007_P)+[1-(-0.3)]: Expression expected (at index 14).
Can you post some actual text code to reproduce the problem?
You're using brackets as parenthesis, which is not supported:
(-23)+[1-(-0.3)]
should be
(-23)+(1-(-0.3))
Error in calculation of (-CWPT_007_P)+[1-(-0.3)]: Expression expected (at index 14).