Hello

Are running the following code (thanks to Bryce)

$database = "c:\database.ini"
$adresslist = readprofilestring("$database","adresslist","Script")
if instr("$adresslist","@ADDRESS") <> 0
? "Running Script"
;
; Remove @address after script starts ;
;
goto end
endif
? "Not running script...."
:end
exit

*****
If the @adress is found, I would like to remove it, after the script has started.

Any ideas

\erik