Simon, For those of us who use Textpipe more for reporting (complex searches of many files that get merged into a single file output) rather than updating many...
I've got a rule that takes a line in the form of if (ptr == NULL) and changes it into if (ptr == NULL || CHECK_POINTER(ptr)) The problem is that it puts an...
Hi Allan, This will appear in the next release. Thanks for your suggestion! Simon ... searches of many ... updating many ... as the ... window if ... to last ...
Sorry for the late reply, but I just started re-using TextPipe again after a few months away from using it (and can now say I'm a proud registered owner!) and...
Hi José, There is no *easy* way to do this. The only method that will work is to first convert each Word document to RTF format, which is text based. Then you...
Hi Rick, One way would be to use a subfilter of the replace filter with a Find pattern : \s*\) Replace with : ) This will find all right parentheses with...
Hi again José, For registered users, we've just added a Word macro that can be used to convert Word documents to RTF format for TextPipe to operate on them....
Simon, Thanks for the info.. That did the trick and worked 100%.. I didn't even think about using a subfilter.. Sheesh.. I guess it will take a bit of time to...
Simon, As you know, Textpipe Pro is sophisticated and complex software. Hence it allows us to do powerful things. But because of the sophistication, it is ...
Hello, That looks like the best solution. WordPipe seems to convert Word files into RTF before operating with them, anyway. Do you think this will respect all...
Ok, and I understand that's what you have done now for TextPipe. Thanks. I guess converting RTF back to Word afterwards it is not essential since you wouldn't...
Hi Allan, I like your idea - thanks for contributing it. We've also been considering other ways to make TextPipe easier to use, such as being able to drag and...
Hi José, The key difference is that WordPipe converts the files *back* to MS Word format. As for respecting all Word 97/2000 features, I doubt that Microsoft...
Hi, I'd like to get the following: Collect all links from all html-files in a directory and merge this link-list in one single file. It works so far with ...
Hi Harald, The trick is to use a Special Menu\Merge filter instead of the Output Filter's merge function. That way you can include anything you like after the...
Hi all, I've uploaded a new TextPipe help file to http://www.crystalsoftware.com.au/textpipe/textpipe.chm I'd appreciate any and all feedback and suggestions....
Hi all, I've uploaded a new TextPipe help file to www.crystalsoftware.com.au/textpipe/textpipe.chm I'd appreciate any and all feedback and suggestions. Please...
I have a text file I'm working with below. The number in each classtype is never the same from file to file. Here is the layout for the numbered lines: ...
Hello all, I get an error when attempting to make a back reference following the example given in the pcre specification: (sens|respons)e and \1ibility The...
Shohdy Naguib
shohdy@...
Dec 11, 2002 8:19 pm
401
You need to make sure the search type is set to 'Perl pattern'. Regards, Simon ... the ... required)...
I think you'll have to use the VBScript filter to capture the headers so you can later recall them. If you look in the help file under the topic "TextPipe...
Hi, all I have a string looks approximately like this: M50101 OS#XXXXXXXXX/ 100/ 200/ 300/ONE/CA 1.1AAABBBZZZK MR/1/F I need a sum of all 3 numbers...
NTT International Tou...
info@...
Jan 9, 2003 2:35 am
404
Hi, all I have a string looks approximately like this: M50101 OS#XXXXXXXXX/ 100/ 200/ 300/ONE/CA 1.1AAABBBZZZK MR/1/F I need a sum of all 3 numbers...
System Administrator
sysop@...
Jan 9, 2003 2:35 am
405
Simon et-al, I belong to another Yahoo Groups list and wrote a Unix shell script to extract (archive) the entire contents of the mailing list to a text file....
Hi Rick, Pick an uncommon word or string and the start and end of the block, then use something like (Yahoo! ).*(Calendar) to search for it and replace with...
Simon - Congratulations on your new arrival!!!! My wife just found out she is pregnant with our 8th child so I can understand how you might be "pressed" for...
Hi Dmitri. There's a sample script called VBScript\Inline Macro.fll. This script simply finds strings of the form {? <expr>} and evaluates the <expr> using...
Hi! I tried a Perl regexp simple example of end-of-line ($) replace, but I couldn't get it to work.... I need to Replace the value of the last column (with #'s...