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!!
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!!