Is there a way to get the absolute value of a number, so that -9 shows up as 9 etc.?
ah, nevermind I found it, its abs( int ) where int is any integer