I have been looking for these on msg boards, and am finding things more elaborate then what I need. Sorry to repeat post on the subjects...
I have a 12 meg text file. I want to use it as reference for a macro driven lookup, or aka a huge index file. I want to open this text file, run a macro, utilize GetValue, ask the question "Search Term?" and then go start from the bottom and work its way up. I prefer Reg Expression. Now, once it finds the phrase of data, I would prefer a line copy, I would also like to use that list option to display where it shows other references in the entire doc. That is so cool. All info is much appreciated, I love this program, never have time to play with it.
Here, I will give you a laugh.. I am probably way off.. but
Bottom
Key Ctrl+END
GetValue "Search Term?"
<I type some search term>
Find RegExp Up "%1 " <whatever the equivalent is in UltraEdit>
IfFound hightlight
Copy
<end macro>
ThankYou!
I have a 12 meg text file. I want to use it as reference for a macro driven lookup, or aka a huge index file. I want to open this text file, run a macro, utilize GetValue, ask the question "Search Term?" and then go start from the bottom and work its way up. I prefer Reg Expression. Now, once it finds the phrase of data, I would prefer a line copy, I would also like to use that list option to display where it shows other references in the entire doc. That is so cool. All info is much appreciated, I love this program, never have time to play with it.
Here, I will give you a laugh.. I am probably way off.. but
Bottom
Key Ctrl+END
GetValue "Search Term?"
<I type some search term>
Find RegExp Up "%1 " <whatever the equivalent is in UltraEdit>
IfFound hightlight
Copy
<end macro>
ThankYou!