Search found 1 match

by hebbister
2007-02-21 20:41:10
Forum: Ant Movie Catalog > Scripts
Topic: [HU] Port.hu script doesn't work!!!
Replies: 1
Views: 890

Szeva Tibor!

A scriptbe egy sort be kell szúrni! A környezetét is berakom, hogy megtaláld, de nem nehéz mert ez első 20 sorban van!

procedure AnalyzePage(Address: string);
var
Page: TStringList;
begin

Address := StringReplace(Address, 'amp;', ''); //Ezt a sort kell beszúrni
Page := TStringList ...