I did not understand what you were trying to do, but a shot is being fired.
IniFile should contain something like this:
[XML Info] AlgorithmExpression=http:
and you can do something like this:
algorithm := IniFile.ReadString('XML Info','AlgorithmExpression', ''); algorithm := StringReplace(algorithm,'[<a>]',a,[]); algorithm := StringReplace(algorithm,'[<b>]',b,[]); algorithm := StringReplace(algorithm,'[<c>]',c,[]); DoDownload (algorithm, true);
source share