04-30-2012, 08:13 PM
Is there an example of QM program using Search and Replace that is not dependent upon using the search and replace inside Word, Access etc etc.
Search and Replace
|
04-30-2012, 08:13 PM
Is there an example of QM program using Search and Replace that is not dependent upon using the search and replace inside Word, Access etc etc.
04-30-2012, 08:25 PM
To make this more specific, I wish to write a way to find to a specific string <<**>> and then to position the cursor after the <<**>> to paste a string
04-30-2012, 08:47 PM
I tried
str s="<<**>>" s.getwintext
05-01-2012, 03:50 AM
With each program would need different code. Not simple. Not with all programs possible.
A more universal way is to select all text (Ctrl+A), get into a variable, modify the text with QM string functions, then paste all modified text. Function Replace() does it. Macro Macro1703
05-02-2012, 06:20 PM
I simply need to place a cursor after <<**>> which is a place holder. Your system will not work to do this. As always thank you for your very quick reply.
05-17-2012, 12:21 AM
Quick Keys Could easily do these functions within Eudora. I am looking to find a good replacement for Quick Keys that works well in Windows 7.
05-17-2012, 04:42 AM
Can you post here your Quick Keys macro? Maybe we can convert it to QM.
|
« Next Oldest | Next Newest »
|