in reply to Re: how to identify a fixed width file
in thread how to identify a fixed width file

Here is an implementation of the binary AND algorithm Re^2: Fixed Position Column Records as originally implemented by BrowserUk and modified by me. If @templ is empty or only contains one element then the file is probably not fixed width.

  • Comment on Re^2: how to identify a fixed width file

Replies are listed 'Best First'.
Re^3: how to identify a fixed width file
by ftumsh (Scribe) on May 14, 2008 at 15:26 UTC
    Excellent. It's similar to moritz' suggestion only with an example which is always better for eejits like me. Thanks for that.