# Need help with sttrings!

**URL:** https://forum.kirupa.com/t/need-help-with-sttrings/298176
**Category:** Uncategorized
**Created:** [October 14, 2009, 7:14pm UTC](https://forum.kirupa.com/t/need-help-with-sttrings/298176 "2009-10-14T19:14:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Mr\_Em](https://avatars.discourse-cdn.com/v4/letter/m/e79b87/32.png) [@Mr\_Em](https://forum.kirupa.com/u/Mr_Em)
#### Post date: [October 14, 2009, 7:14pm UTC](https://forum.kirupa.com/t/need-help-with-sttrings/298176/1 "2009-10-14T19:14:39Z")

</div>

HI everyone i have a string like  
[LEFT][COLOR=#993300]var[/COLOR] stg:[COLOR=#993300]String[/COLOR] = [COLOR=#0000ff]"[kuripa.org](http://kuripa.org)[/COLOR];  
[/LEFT]

and an empty string  
[LEFT][COLOR=#993300]var[/COLOR] stg\_empty:[COLOR=#993300]String[/COLOR];  
[/LEFT]

and i want to copy the third letter from **string stg** and paste to **string stg\_empty**.

How can i do that can anyone help me plss ???
