Search the web
Sign In
New User? Sign Up
textpipe-discuss · TextPipe user discussion forum
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 219 - 248 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
219
I need to select lines which have less than 80 columns. Any ideas? Michelle Bondurant...
mb30004
Offline Send Email
Jan 3, 2002
12:33 am
220
Hello Does anybody know of any html character set conversion tables (Decimal) to use with textpipe? I am trying to replace certain codes mainly (microsoft word...
trippc123
Offline Send Email
Jan 10, 2002
1:47 am
221
Several resources here. http://www.bbsinc.com/iso8859.html You'll probably have to use textpipe to create the search and replaces themselves for you. In other...
CNKXDUUTPHQI@...
dajo_67a
Offline Send Email
Jan 10, 2002
3:40 am
222
Hi Michelle, The easiest way to do this is with a 'select lines NOT matching', with text of: ^......(80 dots)......+$ This will match all lines without 80 or...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 17, 2002
5:08 am
223
Hi folks, TextPipe Pro 6.1 will be released on January 27, 2002, and will be accompanied by a price rise from $109 to $129. If you buy now, you will receive...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 21, 2002
12:30 am
224
I'm trying to figure out how to have TextPipe select every 5th line in a file. Any ideas?...
sarpajian
Offline Send Email
Jan 24, 2002
2:24 am
225
Try a simple Visual Basic program with a '1 to 5' counter so that every fifth line has a unique character written, then reprocess with TextPipe. ... From:...
G Thurman
gthurman@...
Send Email
Jan 25, 2002
7:19 am
226
That's so simple... 1. Add line numbering beginning from 2 with increment 2 %5.5d 2. Select lines matching RegExp ^....0 3. Remove 5 left columns That's it. :)...
Yuri Gulyaev
ygulyaev
Offline Send Email
Jan 25, 2002
7:26 am
227
Hi Sarpajian, There is a demo of this in the vbscript\sub filter demo.fll file. It demonstrates using a subfilter to select all even numbered lines, and is ...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 25, 2002
7:26 am
228
... There are many ways to do this - you could also use a Search/Replace regular expression filter. Replace ...
dajo_67a
Offline Send Email
Jan 25, 2002
2:22 pm
229
The latest and greatest release of TextPipe Pro is out now! And it's packed full of new features - see the What's New list below. ** Please tell your friends...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 27, 2002
12:45 pm
230
Is it possible to use TextPipe to convert Mac SIT or HQX files to a PC equivalent using the demo version of the program? If so what filters are appropriate? ...
wielrijder
Offline Send Email
Jan 29, 2002
1:48 am
231
Hi Jim, There currently isn't any conversion facility for SIT or HQX files in TextPipe. Regards, Simon Carter, Crystal Software,...
Simon Carter - Crysta...
crystalsoftw...
Offline Send Email
Jan 30, 2002
10:56 pm
232
Hello, I wish to work with textfiles containing email-data. Textpipe should seperate each email and write a filename depending on a counter, e.g. 0001.eml,...
hermi_4711
Offline Send Email
Feb 2, 2002
8:44 am
233
There is probably a way to rename the files using VBScript, but for a quick= and easy solution you might consider using Flash Renamer: ...
dajo_67a
Offline Send Email
Feb 2, 2002
3:59 pm
234
Does anyone have any samples usings anything but vbscript for the activex scripting filter Ken kgenske@... [Non-text portions of this message have...
Genske, Ken [LFS]
keng1966
Offline Send Email
Feb 9, 2002
3:32 am
235
Hi everybody :) I have database about my student.Database like below: jenny:teacher jenny:birmingham jenny:6453627 jenny:name@... michael:student ...
syaktin
Offline Send Email
Feb 17, 2002
8:58 am
236
Hi Is it possible to use Textpipe for the following: (a) Search for string "Keyword=MARITIME" in text files, then (b) Move or copy all files containing a match...
lawrenceimpey
Offline Send Email
Feb 19, 2002
1:16 pm
237
I'm using a pattern to replace text in an SVG document I'm trying to replace "<g>[\0-ÿ]*</g>" replace with "hello" and I get the error message "\DDD You must...
Amy Gilliland
amygilliland
Offline Send Email
Feb 19, 2002
1:22 pm
238
Hi Amy, You need to specify all 3 digits ie use '\000' not just '\0' Regards, Simon ... ===== Regards, Simon Carter, Crystal Software,...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 20, 2002
3:29 pm
239
You must write \000 instead of \0...
Yuri Gulyaev
ygulyaev
Offline Send Email
Feb 20, 2002
3:35 pm
240
... You need \000 in the regexp instead of just \0 Putting in "<g>[\000-ÿ]*</g>" seems to run OK on the Trial Run. Best wishes Bob -- Bob Janes Coach...
Bob Janes
bobdjanes
Offline Send Email
Feb 20, 2002
3:37 pm
241
Hi, ... I don't believe that you can use TextPipe in this way. It appears to me to be designed to work 'within' a text file. You can easily do what you want...
Bob Janes
bobdjanes
Offline Send Email
Feb 20, 2002
3:40 pm
242
Hi Lawrence, You can easily get TextPipe to generate a batch file with the names of files to move, in the form ren "filename" "target directory" by using the...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Feb 20, 2002
3:55 pm
243
re: "Date: Mon, 18 Feb 2002 14:20:14 -0000 From: "lawrenceimpey" <lawrenceimpey@...> Subject: Send output to new folder? Hi Is it possible to use...
allanlewis@...
clarkallan9
Offline Send Email
Feb 21, 2002
2:50 pm
244
Hi., I need to take the following sample infomation, exactly quoted: 1/1 SC Y 597 515 0 1/1...
cities4rent
Offline Send Email
Feb 28, 2002
12:45 pm
245
You could use ActiveX scripting to summarize the data: option explicit dim last_unit, unit, sqft, min_sqft, max_sqft, lease, min_lease, max_lease function...
dajo_67a
Offline Send Email
Mar 1, 2002
2:59 pm
246
Thanks... When I run your script, I get 1/1 597-597 515-515 1/1 597-611 515-564 1/1 597-700 515-587 1/1 597-800 515-720 2/2 815-815 771-771 2/2 815-900 771-797...
cities4rent
Offline Send Email
Mar 9, 2002
6:57 am
247
Nevermind regarding my last question....but I do have a different, related one. When I run the below script, it's in the middle of alot of other data which I...
cities4rent
Offline Send Email
Mar 9, 2002
6:58 am
248
Hi syaktin, You'll have to code it manually using a VBScript filter. There is a similar example filter (in the vbscript folder) that splits records from one...
Simon Carter, Crystal...
crystalsoftw...
Offline Send Email
Mar 9, 2002
6:58 am
Messages 219 - 248 of 525   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help