My mistake... it does work.
Many thanks
David
Search found 4 matches
- Tue Jul 28, 2009 10:22 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Please No carriage return after global variable
- Replies: 8
- Views: 7928
- Tue Jul 28, 2009 3:09 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Please No carriage return after global variable
- Replies: 8
- Views: 7928
Re: Please No carriage return after global variable
I am sorry if I am being stupid here, but I assume from your reply (the filter above) that Replace/Find EasyPattern passes on any found matches to a global variable as defined in the following Capture to variable????
If my understanding of your reply is correct I cannot get it to work i.e., no data ...
If my understanding of your reply is correct I cannot get it to work i.e., no data ...
- Mon Jul 27, 2009 9:51 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Please No carriage return after global variable
- Replies: 8
- Views: 7928
Re: Please No carriage return after global variable
Here is a copy of the filter tree:
|--T-Filter
| |
| |--Extract [[day <-/ > monthname <-/ > year]]
| | [ ] Include line numbers
| | [ ] Include filename
| | [ ] Match case
| | [ ] Count matches
| | Pattern type: 4
| |
| +--Capture to variable @pubdate
| Reset: 1
|
|--T-Filter
| |
| |--Extract ...
|--T-Filter
| |
| |--Extract [[day <-/ > monthname <-/ > year]]
| | [ ] Include line numbers
| | [ ] Include filename
| | [ ] Match case
| | [ ] Count matches
| | Pattern type: 4
| |
| +--Capture to variable @pubdate
| Reset: 1
|
|--T-Filter
| |
| |--Extract ...
- Mon Jul 27, 2009 6:21 am
- Forum: TextPipe Tips and Tricks, Questions and Support
- Topic: Please No carriage return after global variable
- Replies: 8
- Views: 7928
Please No carriage return after global variable
I have a simple filter which successfully assigns three sets of data (eg. data1, data2, data3) to three unique Global Variables (e.g. @variable1, @variable2, @variable3). I want to add these variables to a new line in a file, seperated by commas. However when I use this code;
@variable1 ...
@variable1 ...