Hi, I am trying to write a pascal script for inno setup that is based on the date, but have no experience with pascal. I have trued the following code but it does not seem to reconise the date functions. Why is this? Or how should i be approaching this?
Cheers
Tania
Var
S1 : String;
function CheckPassword(Password: String): Boolean;
begin
S1:=DateToStr(Now);
String = S1
end;
Cheers
Tania
Var
S1 : String;
function CheckPassword(Password: String): Boolean;
begin
S1:=DateToStr(Now);
String = S1
end;