1) Give a description of the problem
I have a variable that often changes, but is always a negative number.
ie: -36 or -22 etc
I would like to make a second variable with the positive version of the number
ie: -36 into 36, or -22 into 22
This sounds simple, but I cannot find any reference to this anywhere.