Can anyone help me on why this dosen't work?
I can use the exact same script to find something else and it works perfect. I just dunno why this won't work......

Thanks!
SCAR Code:
program New;
var blah : string;
begin
blah := GetPage('http://www.srl-forums.com/forum/')
//writeln(blah)
Writeln(Between('<a href="showthread.php?p=', '#', blah))
end.