Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Jack37

    Special character in TStringList

    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...

Part and Inventory Search

Back
Top