This will work to remove all characters after position 76
Search for: ^(.{76}).*
Replace with: \1
Use the following settings: -----------------------------------------
[X] Regular expression
Replace All -----------------------------------------
Configure | Preferences | Editor
[X] Use POSIX regular expression syntax -----------------------------------------
After looking at yours, and rereading the original request, he does ask to remove everything after 77. You took that literally, I thought something else was wanted ...... and should have been more careful in reading what was asked for.
Thank you both. Yes, I wasn't terribly clear but the exact column position wasn't as important to me as syntax. This gives me just what I needed. Much appreciated. - Andrew