they do fine.
read all the values with and...
well, try this:
Code:

$oldName = "mybadserver"
$newName = "myfreshserver"
for each $section in readprofilestring("my\file","","")
for each $value in readprofilestring("my\file",$section,"")
$splittedValue=split(readprofilestring("my\file",$section,$value),$oldName)
if 0<ubound($splittedValue)
$nul = writeprofilestring("my\file",$section,join($splittedValue,$newName))
endif
next
next



vóila
_________________________
!

download KiXnet