I keep getting this error when i try compiling my script.
Line 792: [Error] (15457:27): Type mismatch in script
SCAR Code:procedure StartClick(sender: TObject);
begin
YourAuthPass := Edit1.Text; // this line.
frmDesign.ModalResult:= mrOk;
end;
I keep getting this error when i try compiling my script.
Line 792: [Error] (15457:27): Type mismatch in script
SCAR Code:procedure StartClick(sender: TObject);
begin
YourAuthPass := Edit1.Text; // this line.
frmDesign.ModalResult:= mrOk;
end;
What kind of variable is YourAuthPass? If it's not a string (unless Edit1.Text isn't a string), then that's probably what the problem is. If not, please post the entire (or as much as possible) script so we can examine it further.
:-)
I already fixed it.
There are currently 1 users browsing this thread. (0 members and 1 guests)