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 bkrike 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: *

  • Users: uscboy
  • Content: Threads
  • Order by date
  1. uscboy

    Problem with StringBuilder

    Hello Group I have the following StringBuilder object code: //----Begin CODE---------- StringBuilder record5 = new StringBuilder(); record5.Length = 94; //Set length record5.Insert(0,"0520"); //Insert at position 0 record5.Insert(4,"4CCC"); record5.Insert(20,"20CCCC")...

Part and Inventory Search

Back
Top