I'm sure there's a way to do it with regex, but I'm terrible with those.
I'd just change '\0a0d' to something unrecognizable like '\0e0f' and then change the remaining solo '\0a' entries to whatever, and then change '\0e0f' back to '\0a0d'.
Search found 4 matches
- Wed Aug 03, 2005 7:10 pm
- Forum: General
- Topic: Find linefeed (hex 0A) by itself - not next to carriage retu
- Replies: 3
- Views: 565
- Tue Aug 02, 2005 3:49 pm
- Forum: General
- Topic: How to automatically load an FTPed file?
- Replies: 5
- Views: 902
- Mon Aug 01, 2005 8:01 pm
- Forum: General
- Topic: How to automatically load an FTPed file?
- Replies: 5
- Views: 902
How to automatically load an FTPed file?
All
Just trying out some new ideas for editing files on remote systems, and I'd like to be able to do the following:
1. Start TextPad
2. Do FTP get, transferring a text file. This would be invoked from inside TextPad, file through a Ctrl Key configured through the Tools Menu.
3. Have TextPad ...
Just trying out some new ideas for editing files on remote systems, and I'd like to be able to do the following:
1. Start TextPad
2. Do FTP get, transferring a text file. This would be invoked from inside TextPad, file through a Ctrl Key configured through the Tools Menu.
3. Have TextPad ...
- Wed May 21, 2003 5:48 pm
- Forum: General
- Topic: Auto load of downloaded source
- Replies: 2
- Views: 671
Auto load of downloaded source
Hi All
Perhaps this has been covered in a previous post, but I can't find anything in the archives.
I have a Perl script that creates an FTP script that transfers source from a server (in this case, an AS/400) to my PC.
What I'd like to do is to configure TextPad so:
1. While TP is running, run ...
Perhaps this has been covered in a previous post, but I can't find anything in the archives.
I have a Perl script that creates an FTP script that transfers source from a server (in this case, an AS/400) to my PC.
What I'd like to do is to configure TextPad so:
1. While TP is running, run ...