Try to run this, see my problem.Code:program StupidLoophole; var TotalScriptRUNS : Integer; procedure StartupScript; //First Main procedure used in script, doesn't repeat. begin TotalScriptRUNS := StrToInt(LoadSetting('TheSetting', 'TotalScriptRUNS')); TotalScriptRUNS := TotalScriptRUNS + 1 SaveSetting('TheSetting' ,'TotalScriptRUNS', IntToStr(TotalScriptRUNS)); end; begin StartUpScript; Writeln('You have run this loop hole script ' + IntToStr(TotalScriptRuns)+ ' time(s)'); end.
Any ideas?









Reply With Quote







