Valhalla Legends Forums Archive | Visual Basic Programming | Replace() Function

AuthorMessageTime
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
September 26, 2003, 12:32 AM
______
[code]
dim msg as string
msg = "im kewl"
msg = replace(msg, "kewl", "Cool")
[/code]

i think thats how replacing is done.
September 26, 2003, 1:05 AM

Search