Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
You can achieve a similar result by using cases:
SCAR Code:program New;
function InStr(s: Char): Boolean;
begin
case s of
'A'..'z': Result := True;
else
Result := False;
end;
end;
begin
WriteLn(BoolToStr(InStr('a')));
WriteLn(BoolToStr(InStr('!')));
end.
SCAR Tutorials: The Form Tutorial | Types, Arrays, and Classes
Programming Projects: NotePad | Tetris | Chess
|Pest Controller
|Worked for : 10 Seconds
|Location: Choosing world 144
|Wins: 0
|Zeals: 0
[Runtime Error] : Exception: Access violation at address 0071FE7F in module 'scar 3.21.exe'. Read of address 00000000 in line 301 in script C:\Documents and Settings\admin\Desktop\SRL/SRL/Core/Text.scar
what's going on?
I have the same access violation problem. Ive tried running as ADmin, i used Dev SRL.
What do Harry and God have in common?
They are the same person!
Pascal Script (SCAR's Scripting Engine) isn't exactly the most bug-free engine I know, but it is the only decent and open source one for Pascal. It is said to have support for Delphi, Kylix and FPC, but FPC support is still very experimental.
My point: If you want something in the engine, leave a post/mail at their mailing list, and someone may add it.
The best way to contact me is by email, which you can find on my website: http://wizzup.org
I also get email notifications of private messages, though.
Simba (on Twitter | Group on Villavu | Website | Stable/Unstable releases
Documentation | Source | Simba Bug Tracker on Github and Villavu )
My (Blog | Website)
Hey,
I'm a bit scuppered with what to do here mate.
I'm wanting to get Macroing again, I have downloaded the new Scar.exe, and I believe now that I need to download the new Font's folder etc etc..
However for some silly reason none of my PC's like SVN, meaning I have to download everything manually, now for SRL its not really a problem 100 files ish doesnt take to long.
But 100+ for each Font pack etc etc is just silly..
How can I go about getting the new client without having to use SVN or download manually, can you upload an Installer as you have for previous clients..
Oh here is my SVN error message incase you know what's wrong with it?
Error: OPTIONS of 'http://freddy1990.com/svn/scarprerelease': 200 OK (http://freddy1990.com)
Cheeers
Sammm

I use 3.21 Alpha now, and I set it to be the default program when I open a .scar file, but when I open a .scar file, it just says
SCAR Code:Program New;
begin
end.
It's not a problem for me, really, I just File > Reopen the file I want, but yeah, just thought you should know.(Might just be my stupidity, but I wanted to check
)
With the RC i got this error with any script:
But with the SCAR 3.21 Beta everything is fine. Just wanted to share that its a bug maybeFailed when compiling
Line 24: [Error] (182:1): Duplicate identifier 'FriendChars' in script C:\Users\Sap\Desktop\scarprerelease\includes\SRL/SRL/Core/Globals.scar![]()
Last edited by Freddy1990; 07-20-2009 at 11:02 PM.
http://pastebin.com/m681f383f
Just so you know
That was a major crash I got.
Writing an SRL Member Application | [Updated] Pascal Scripting Statements
My GitHub
Progress Report:13:46 <@BenLand100> <SourceCode> @BenLand100: what you have just said shows you have serious physchological problems 13:46 <@BenLand100> HE GETS IT! 13:46 <@BenLand100> HE FINALLY GETS IT!!!!1
Already tried, I have no idea what it could be, there is simply nothing blocking/denying it access, I've disabled it all.
I've reinstalled SVN.
I just don't know what is left for me to do lol.
Will you be releasing compiled .exe's or .msi's for us to install it?
That'd be ideal if you could
xxxxxxxx
Last edited by samm; 07-21-2009 at 11:05 AM. Reason: quoteboxwronggg
Does smart work? Because I downloaded the latest repositories but this still shows up on every script I use:
Failed when compiling
Line 4: [Error] (6:11): Unknown identifier 'SmartIsKeyDown' in script C:\Program Files\scarprerelease\includes\srl/srl/misc/smart.scar
I feel stupid by asking this but how do i get it from "RC" to "Alpha".
http://i29.tinypic.com/2dt91z7.jpg <---- Thats me[:

I tried Associate .scar files, Freddy, but it said that '' isn't a valid something (or something like that).
There are currently 1 users browsing this thread. (0 members and 1 guests)