Hello. I have a problem with TStringList, more exactly storing ">" inside string.
I need this to work with Indy HTTP, POST list of parameters to server
Items:=TStringList.Create;
Items.Clear;
Items.Add('name=test');
Items.Add('pass=>A');
http.Post('ip here',Items);
When I look into list...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.