You could try a 'Replace All' with a regular expression using column width 
instead of character positions.

Find:

    (.{65})(.{25})(.{35})

Replace:

    \1\t\2\t\3

HTH,

Jean Jourdain

-- 
This is the BBEdit Talk public discussion group. If you have a feature request 
or need technical support, please email "[email protected]" rather than 
posting here. Follow @bbedit on Twitter: <https://twitter.com/bbedit>
--- 
You received this message because you are subscribed to the Google Groups 
"BBEdit Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/bbedit/c4b0ab86-36ab-48f8-8dbd-e2a94c9b89d6n%40googlegroups.com.

Reply via email to