• Welcome to Valhalla Legends Archive.
 

Replace() Function

Started by ColdFire, September 25, 2003, 07:32 PM

Previous topic - Next topic

ColdFire

Im making a '1337 text converter' on my bot. Im trying to make it with the
Replace() function, replacing certain characters with others went the message is sent...any ideas on how I can do this easilly?


VB NoobAss Out :P

______

#1

dim msg as string
msg = "im kewl"
msg = replace(msg, "kewl", "Cool")


i think thats how replacing is done.