M
Mike
Im tring to replace > with ""
sUpcDescription = sUpcDescription.Replace(">", "")
But for some reason its not reconizing ">". Is there a char for this symbol.
sUpcDescription = sUpcDescription.Replace(">", "")
But for some reason its not reconizing ">". Is there a char for this symbol.