Code:
While instr($string,"  ")
	$string = Join(split($string,"  ")," ")
Loop
_________________________
The Code is out there