Skip to main content
Hi,

 

 

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
Hi,

 

 

try this syntax:

 

 

@abs(@Value(_list{3}))

 

Hope this helps.

 

 

David
Thank David it's work perfect.

Reply