View Full Version : Replace Function


gmit
02-11-2008, 12:31 PM
Hi there
I need so help with the replace function to replace multiple characters in a sting. The replace function syntax is:

string1 = replace(sting1, "find", "ReplaceWith")

I would like to replace multiple things but I'm not sure of the syntax.

string1 = replace(string1, "Find1","Replace1","Find2","Replac2",etc)

Help!!

boblarson
02-11-2008, 12:35 PM
Sorry, do them one at a time.