Question

expression evaluator

  • 15 March 2013
  • 2 replies
  • 1 view

Badge
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

2 replies

Userlevel 4
Hi,

 

 

try this syntax:

 

 

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

 

Hope this helps.

 

 

David
Badge
Thank David it's work perfect.

Reply