Thanks for all the contributions. One on 4.95 In the following extracts from the help file for 4.95 :- ^$GetColEnd$ Returns the cursor column index in the...
End and Start refer to the LINE and COL where the END and START of the selection is located. If you add the following line of code just ABOVE the Goto END of...
... "If you come across a situation when a line in a Clip should start with a semicolon and it is not a comment, just add an extra semicolon in front of it...
I'm looking for a standard way to add the contents of a file (file2) to the ends of the matching lines of another file. (file1) Both files have the same number...
File1: 1. some text but there might be more 2. some more text. and there might be more File2: 1. 80 2. 90 Result wanted: File1: 1. some text but there might be...
John, Your original question was quite clear in what you wanted. The process is quite simple and short: Set the delimiter to ^P Input each file into separate...
... I'd use the Modify Block tools. You just need to see to that the lines in the document you want to paste the content of the other one into have the same...
I want this to be a completely automatic process with no manual intervention. It is just one bit in a long string of clips. As in my example, I'm just adding...
... John, If the two files should be combined 'line by line' like... file1 line #1 + file2 line #1 file1 line #2 + file2 line #2 etc... I think this is...
John, If the files are large you may want to look at "join" a command line tool from GnuWin32 CoreUtils. It does what you want. I'd construce the command line...
I have many person clipbooks for each of the programming languages I use for development. For the last few months I've been noticing that it looks like there...
Suddenly not working ... thought it did. File has 1300 lines, is there a file size max on this working? ^!Set %DataTested%=^?{RegEx Term to Search For, Pipe...
There is no file size limitation. but what are you trying to do? If it's what I think, I'd probably just use a replace to tag the beginnings of lines with a...
this works fine on 500 and 1000 lines but not on 1500 lines it removes all lines not containing something which can be alternate words (since it's regex) so...
I have a 900K regex library, and I run it on 100,000 line files with no such limitations. I suspect there is something else going on – computer memory, swap...
... Don, For me, your clip works fine. But occasionally we've experienced that ^$GetDocMatchAll$ gets into trouble with the '$' sign. In this case, you better...
I want to work on one column of data on each line. The example I am working on today looks like this: 1 Tom Van Gogh Brother Rice 184 16:09.2 5:13/M 2 John...
... Easy: ^!Find "^([^92;t]*\t){2}([^92;t]+)92;t RASTI2 After that the find is highlighted. You can work on ^$GetSelection$ and write the result with ^!InsertText....
... Sorry insufficient info on my part, it could be any column, not always three. I think there is a way to get things in column x but I'm drawing a blank....
That would be my clip of yesterday. Or try this: ^!Replace ".*?kkk.*\r92;n" >> "" RAWS However that would take kkk out of the middle of a word as well....
... I'm thinking it is GetField I was looking for. I rediscovered the clip NoteTab Googler (awesome clip that searches the past messages) and also came across...