EmEditor (text editor) Forum Index Questions and Answers about Macros
how to use macro to replace " with cyo | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| haibinpro | Posted on: 12/2/2007 7:14 am |
Just popping in ![]() ![]() Joined: 11/28/2007 From: Posts: 9 |
how to use macro to replace " with cyo I try
document.selection.Replace ""","cyo"",eeFindNext Or eeFindReplaceEscSeq Or eeReplaceAll But not works any commend. |
| Yutaka | Posted on: 12/2/2007 8:02 am |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2424 |
Re: how to use macro to replace " with cyo You cannot use """ in VBScript.
You should use Chr(&H22) instead.
|
| haibinpro | Posted on: 12/3/2007 1:28 am |
Just popping in ![]() ![]() Joined: 11/28/2007 From: Posts: 9 |
Re: how to use macro to replace " with cyo Thanks,
& Chr(34) works. |
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |




