View Single Post
  #1 (permalink)  
Old October 24th, 2010, 09:26 PM
bkelly bkelly is offline
Registered User
 
Join Date: Oct 2010
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default building string one char at a time

What type of variable would you use when building a string one character at a time? What is the efficient way to add one character to a string multiple times?
Reply With Quote