xyz
08-15-2008, 01:26 AM
OK... So on August 12th or so I ran SCAR and I got a popup that a new SRL could be downloaded.
So I went to File -> "Download SRL". After it was finished downloading, I tried running my script and it no longer worked.
Now, whenever I run scripts with SRL in them, I always get an error that says "Line 205: [Error] (364:1): Semicolon (';') expected in script D:\My Documents\SCAR\includes\SRL/SRL/Core/Math.scar"
I didn't do anything to my script.
Even when I try to use this simple script:
program Test;
{.include SRL\SRL.Scar}
begin
SetUpSRL;
Writeln('Test');
end.
it gives me the error.
Someone help please??
I did not mess around with Math.Scar either....
HELP!
So I went to File -> "Download SRL". After it was finished downloading, I tried running my script and it no longer worked.
Now, whenever I run scripts with SRL in them, I always get an error that says "Line 205: [Error] (364:1): Semicolon (';') expected in script D:\My Documents\SCAR\includes\SRL/SRL/Core/Math.scar"
I didn't do anything to my script.
Even when I try to use this simple script:
program Test;
{.include SRL\SRL.Scar}
begin
SetUpSRL;
Writeln('Test');
end.
it gives me the error.
Someone help please??
I did not mess around with Math.Scar either....
HELP!