I try to put a result in absolut.
i extract a number -0.2 and try to put like 0.2.
In my expression evaluator i use this @abs(<_list{3}>) but is not work. Do you know where is my mistake?
Thanks for your help
I try to put a result in absolut.
i extract a number -0.2 and try to put like 0.2.
In my expression evaluator i use this @abs(<_list{3}>) but is not work. Do you know where is my mistake?
Thanks for your help
try this syntax:
@abs(@Value(_list{3}))
Hope this helps.
David