这是我的代码片段:
Public Function convert(ByVal robert As String)
Try
robert = Replace(robert, "U", "A")
robert = Replace(robert, "\"", "A")
我实际上想用 A 替换“引号”,但程序似乎没有认识到我在 VB 中使用转义字符的事实。有谁知道为什么?谢谢!
罗伯特
由 rlbond86 编辑:这显然是 Visual Basic 代码。我已更改标题和文本以反映这一点。