Thanks for the quick replys. Sorry Mark, I do not understand....

Added the code example
Looks like this

? "@address"

$database = "c:\database.ini"
$adresslist = readprofilestring("$database","adresslist","Script")
if instr("$adresslist","@ADDRESS") <> 0
? "Running Script"

$StripArr = SPLIT( $Adresslist , @ADDRESS )
$Stripped=""
FOR EACH $Piece IN $StripArr
$Stripped=$Stripped + $Piece
NEXT

goto end
endif
? "Not running script...."
:end
exit

Recive errors
"Running ScriptScript error : expected expression !.
$StripArr = SPLIT( $Adresslist , @ADDRESS )"

\erik