Search found 2 matches

by Sanaa
2005-09-17 08:07:50
Forum: Ant Movie Catalog > Scripts
Topic: Sharereactor (RU) (large picture) doesn't work picture
Replies: 14
Views: 3442

I find and replace wrong strings :

99str


//Æàíð
LineNr := FindLine('&nbsp', Page, LineNr+1);
Line := Page.GetString(LineNr);
if LineNr > -1 then
begin
BeginPos := pos('</B>', Line);
if BeginPos > 0 then
BeginPos := BeginPos + 5;
EndPos := Length(Line);
Value := copy(Line, BeginPos ...
by Sanaa
2005-09-16 16:04:09
Forum: Ant Movie Catalog > Scripts
Topic: Sharereactor (RU) (large picture) doesn't work picture
Replies: 14
Views: 3442

Sharereactor changed syntaxis, script doesn't work again (different, unsuitable strings/fields)