Hmmmm.....strange.
Just did a small test and the code below works fine in 4.66 but throws and error in 4.67. Changing the function name slightly works just fine. Something must have changed compared to 4.66. I'll post something in the BETA section and link here.

 Code:
Break on

$string = "12324252627282920"
$ss = "2"
$rs = "#"

Replace($String, $SS, $RS)

Sleep 10

Function Replace($String, $SS, $RS)
	$Replace = Join(Split($String, $SS), $RS)
EndFunction
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.