Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
quotes
#1
Hello,

I want to replace a quote ( ' ) by a double quote ( " ) using replacerx how can i do this? i cannot get this done..

Thx...
#2
Macro Macro1563
Code:
Copy      Help
str s="'x'"
s.findreplace("'" "''")
out s


Forum Jump:


Users browsing this thread: 1 Guest(s)