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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Nash46

  1. Nash46

    Split string based on length

    hello i am using your code to sample a string every 2 characters. i have used the same structure as you have: stringlist.Create; instring:= edit1.Text; while Length(instring) > 2 do begin stringlist.Add((leftstr((instring),2)); Delete(instring, 1, 2 ); end; stringlist.Add(...

Part and Inventory Search

Back
Top