View Single Post
  #2 (permalink)  
Old 04-22-2008, 03:41 PM
Chris.Brown.SPE's Avatar
Chris.Brown.SPE Chris.Brown.SPE is offline
Member
 
Join Date: Apr 2008
Location: State College, PA
Posts: 50
Chris.Brown.SPE is on a distinguished road
Send a message via AIM to Chris.Brown.SPE
This is one of the things i miss about C++. Strings are just arrays of characters, but more advanced. Anyways, you've got it right. Just do a toCharArray, do your manipulation, then convert it back to a string. Nice and simple.
Reply With Quote