View Single Post
  #1 (permalink)  
Old 05-20-2007, 09:58 PM
Jamie Jamie is offline
Member
 
Join Date: May 2007
Posts: 60
Jamie is on a distinguished road
How can i insert a char into a string
Is there any method available to insert a character at a specific position in a string?

For example:

st = "abde" <------ Original string
st= "abCde" <------ Add "C" in position 2
Reply With Quote
Sponsored Links