Hi, I find the attached Find Nearby Words macro very, very useful - thanks again Martin.
Yet I always want the expression put into the Find panel, so I can modify it later if needed.
How do I modify this section so the default action changes and the expression, by default, goes into the Find panel?
# ask user what to do
$button = Prompt 'What should be done with those words?', '', 'Find All', 'Set In Find Panel'
$expression = "$first(AnyTextCharacter)(1+ Shortest)$second(Or)$second(AnyTextCharacter)(1+ Shortest)$first"
If $button == 'Set In Find Panel'
Write Find Expression $expression
Show Find
Exit
End
Thanks for your help,
Cris
How to change default action in Find Nearby Words.nwm–Solved
How to change default action in Find Nearby Words.nwm–Solved
- Attachments
-
Find Nearby Words.nwm
- This macro finds any paragraph which contains two specified words in any order
- (22.19 KiB) Downloaded 784 times
Last edited by CrisB on 2013-10-18 22:16:18, edited 2 times in total.
Find strategies to improve your effectiveness at http://www.lifestrategies.net
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: How to change default action in Find Nearby Words.nwm
That's not difficult, just switch the order of the button labels in the Prompt command, eg:CrisB wrote:Hi, I find the attached Find Nearby Words macro very, very useful - thanks again Martin.
Yet I always want the expression put into the Find panel, so I can modify it later if needed.
How do I modify this section so the default action changes and the expression, by default, goes into the Find panel?
Code: Select all
$button = Prompt 'What should be done with those words?', '', 'Set In Find Panel', 'Find All'
Re: How to change default action in Find Nearby Words.nwm
Brilliant, it works perfectly...
thanks a million, Cris
thanks a million, Cris

Find strategies to improve your effectiveness at http://www.lifestrategies.net
Re: How to change default action in Find Nearby Words.nwm–So
Guess I should have attached the latest version of this macro...
Cris
Cris
- Attachments
-
Find Nearby Words.nwm
- This macro finds only paragraphs that contain both of two desired whole word matches.
- (23.05 KiB) Downloaded 770 times
Find strategies to improve your effectiveness at http://www.lifestrategies.net