insert function

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Post Reply
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

insert function

Post by Dagger13 »

when ever i use this : richtextbox1.Text.Insert(2, "blahblah")

it doesnt work i really need help with this or if there is a differnt way to insert text into a certain spot plz tell me
i dont get an error it just doesnt do anything

this is for vb 2005
Image(An Old one.)
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Re: insert function

Post by Prey »

richtextbox1.Text = richtextbox1.Text.Insert(2, "blahblah")
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
User avatar
Dagger13





Posts: 370
Joined: Wed Nov 22, 2006 12:37 pm

Post by Dagger13 »

ok thanks
Image(An Old one.)
Post Reply