is there any way to make scar write a ini file or text w/e on and not delete everything in the file
i currently have
SCAR Code:procedure SaveusernameToFile;
var
i : Integer;
begin
inc(i);
WriteINI('username', inttostr(i), 'uername', AppPath + 'Username.INI');
end;




Reply With Quote









