Hi
This is my script
SCAR Code:
var
Incoming, Incoming2, Incoming3 : string;
Outgoing : Extended;
Procedure GetVars;
Begin
Incoming := ReadLn('From what temperature(Fahrenheit, Celcius and Kelvin)?');
Incoming2 := ReadLn('Into what temperature(Fahrenheit, Celcius and Kelvin)?');
if not Incoming := Fahrenheit or Celcius or Kelvin then
Begin
Unknown;
End;
Incoming3 := ReadLn('And how many of these?');
StrToFloat(Incoming3);
End;
It says that it need a: then whare???
maybe it is because i have those 'or' hmmm
i havent worked with 'or' before
maybe that is the problem
\\Batnas