On 5/4/06, Phil Beynon <phil at infolinkelectronics.co.uk> wrote: > Is there a quicker functional way to unsign a numeric variable, apart from > squaring it then taking the square root of the resultant? $startingval = -99999999; $newval = 0 - $startingval;