View Single Post
  #2  
Old 27-03-2021, 21:10
ffmla ffmla is offline
Registered User
 
Join Date: Nov 2014
Location: Digital world
Posts: 112
Thanks: 609
Thanked 65 Times in 41 Posts
ffmla is on a distinguished road
You need to add this lines at the end of the script.

Quote:
[code]
var
ISDoneError:boolean;

function CheckError:boolean;
begin
result:= not ISDoneError;
end;
anyway you may try create the clean script, Extracting the content and compile create lot of problem, and cannot figure out which one raise error.

PS:
If you want to use NoSD means you need to add NoSD function separately.

Below script contain NoSD
R.G Catalyst v2

Last edited by ffmla; 27-03-2021 at 21:18.
Reply With Quote
The Following User Says Thank You to ffmla For This Useful Post:
Epic Titan 69 (27-03-2021)