What is the function to get absolute value of a expr statement.
For example expr [$a - $b ]
.
Now the solution can be -ve or +positive number. But I want the +ve value out.
I want to use it like if { |$diff_a| > 0 & |$diff_b| >0 } {
....
Im using tcl 8.4.