If there is another forum this should be in, I'd hugely appreciate a tip. I couldn't find one that seemed right and the search results didn't lead to anything to help with this.
Best,
PJ
Search found 39 matches
- Tue Feb 21, 2017 8:08 pm
- Forum: General
- Topic: Macro . Copy/Paste . Filename - Not working?
- Replies: 2
- Views: 741
- Wed Feb 15, 2017 4:53 pm
- Forum: General
- Topic: Macro . Copy/Paste . Filename - Not working?
- Replies: 2
- Views: 741
Macro . Copy/Paste . Filename - Not working?
I'm trying to work out a macro that does the following. All but one piece is set.
* selects and COPIES a piece of content in a file (which is to be used as a filename) later
* selects a larger group of text content in that file (which is to be saved as a new file)
* does 'save as' and clicks ...
* selects and COPIES a piece of content in a file (which is to be used as a filename) later
* selects a larger group of text content in that file (which is to be saved as a new file)
* does 'save as' and clicks ...
- Wed Jun 01, 2016 6:44 pm
- Forum: General
- Topic: End of File symbol
- Replies: 10
- Views: 4771
- Sun Dec 27, 2015 2:46 am
- Forum: General
- Topic: End of File symbol
- Replies: 10
- Views: 4771
- Sat Dec 26, 2015 3:11 pm
- Forum: General
- Topic: End of File symbol
- Replies: 10
- Views: 4771
- Thu Dec 24, 2015 9:32 pm
- Forum: General
- Topic: End of File symbol
- Replies: 10
- Views: 4771
Well, obviously I was looking at something not applicable, which is just embarrassing. But it was this page
http://superuser.com/questions/427514/w ... nd-of-file
http://superuser.com/questions/427514/w ... nd-of-file
- Thu Dec 24, 2015 5:55 pm
- Forum: General
- Topic: End of File symbol
- Replies: 10
- Views: 4771
End of File symbol
I finally found a reference to "end of file" being slash z. ( /z ) I thought, with the use of that, that I could insert some text into lots of files at the same time, and have it be put in at the end of file.
It doesn't work at all. I'm thinking I got something wrong. The code? Is doing search ...
It doesn't work at all. I'm thinking I got something wrong. The code? Is doing search ...
- Fri Dec 04, 2015 3:17 am
- Forum: General
- Topic: Finding Non-ASCII characters
- Replies: 3
- Views: 3869
- Thu Dec 03, 2015 3:19 pm
- Forum: General
- Topic: Finding Non-ASCII characters
- Replies: 3
- Views: 3869
Finding Non-ASCII characters
Hi. Search did not turn up anything helpful on this topic.
I work with a system that is choking on any file that has a non-ascii character in the text such as a MS Word "smartquote" as one example. But these are fiendishly difficult to "see" plainly in a lot of text.
I'm looking for a regular ...
I work with a system that is choking on any file that has a non-ascii character in the text such as a MS Word "smartquote" as one example. But these are fiendishly difficult to "see" plainly in a lot of text.
I'm looking for a regular ...
- Mon Oct 31, 2011 5:14 am
- Forum: General
- Topic: a certain quantity-range of characters
- Replies: 2
- Views: 575
- Mon Oct 31, 2011 4:21 am
- Forum: General
- Topic: a certain quantity-range of characters
- Replies: 2
- Views: 575
a certain quantity-range of characters
This has to be obvious but I must not be reading the right things!
I know that [something]+ will find more than 0/1 of something
How do I say, find somewhere between 3 and 12?
In this search:
( )([a-z]+[0-9][0-9][t\|q])
I need the characters (a-z) to ONLY be found there are at least 3 chars but ...
I know that [something]+ will find more than 0/1 of something
How do I say, find somewhere between 3 and 12?
In this search:
( )([a-z]+[0-9][0-9][t\|q])
I need the characters (a-z) to ONLY be found there are at least 3 chars but ...
- Mon Oct 31, 2011 12:38 am
- Forum: General
- Topic: when replacing both case and content
- Replies: 2
- Views: 639
- Sat Oct 29, 2011 11:39 pm
- Forum: General
- Topic: when replacing both case and content
- Replies: 2
- Views: 639
when replacing both case and content
In the help file it showed that I could search for content and replace it with upper or lowercase (in whole or part) using backslash "u" or "U" with ampersand. This works great.
But I can't figure out what to do when I have to specify the \# of a paren value I am replacing, at the same time I am ...
But I can't figure out what to do when I have to specify the \# of a paren value I am replacing, at the same time I am ...
- Wed Oct 19, 2011 12:12 pm
- Forum: General
- Topic: The first rather than the last of something
- Replies: 2
- Views: 737
- Tue Oct 18, 2011 11:37 pm
- Forum: General
- Topic: The first rather than the last of something
- Replies: 2
- Views: 737
The first rather than the last of something
Hi,
I'm trying to write something and I almost have it... almost... :-)
What I have:
1. This needs to be bolded. The rest does not. There may be several. Sentences, that is.
What I need to end up
1. <p><b>This needs to be bolded.</b> The rest does not. There may be several. Sentences, that is ...
I'm trying to write something and I almost have it... almost... :-)
What I have:
1. This needs to be bolded. The rest does not. There may be several. Sentences, that is.
What I need to end up
1. <p><b>This needs to be bolded.</b> The rest does not. There may be several. Sentences, that is ...