Text.Insert fails

  •  10-10-2007, 3:27 PM

    Text.Insert fails

    I'm using a piece of c# code to add a string at a certain position. But this doesn't work.
     
    The code is like this :
     
    Editor1.Text.Insert(364,"test");
     
    After this , there is nothing added.
     
    Can Anyone please help me ?
     
    Thanks in advance.
     
    Han
View Complete Thread