• some guy (unregistered)

    At frist, I thought that Remy was perfectl commenting on the PAD,DING by doing some creative punctuation himself. Alas, it is a typo, methinks.

  • Jason Stringify (unregistered)

    That's 16 characters of padding at the end of the file

    Or it would be if HTML didn't collapse multiple spaces into one.

  • (nodebb)

    Shame there's no known way to work around that feature. ;)

  • e (unregistered) in reply to WTFGuy

    Use   instead of spaces

  • e (unregistered) in reply to e

    That's &nbsp; <script>alert("XSS")</script>

  • e (unregistered) in reply to e

    That's &nbsp;

  • (nodebb)

    10 FNAME X(16). 10 LNAME X(16). 10 MI X. 10 PADDING-1 X(15). 10 ADDR1 X(32). . . . It's like riding a bicycle.

  • FTB (unregistered)

    This is why industry-standard DBF file format had a list of all the column positions and column widths at the start of the file.

    DBF has origins in the 1970s and was standardized in 1983.

  • (nodebb)

    It would seem our friend e is unfamiliar with winking sarcasm.

  • Argle (unregistered)

    As God is my witness, I should have a relevant comment on this story. I work in the aviation industry. Say hello to fixed-column data files. Learn to love them.

  • (nodebb)

    [laughs in FORTRAN]

  • Hmmmm (unregistered)

    Back when retrieval speeds were long and storage was expensive. Luckily no one wastes all that new speed and space!

  • toodlelew (unregistered) in reply to n9ds

    ITYM [code] 01 RECORD. 10 FNAME X(16). 10 LNAME X(16). 10 MI X. 10 FILLER X(15). 10 ADDR1 X(32). [/code/

  • (nodebb) in reply to some guy

    I think it's to indicate that padding was split across field boundaries.

  • 516052 (unregistered) in reply to Argle

    No. Don't. Learn to accept them. If ever in your travels you learn to love them know that you have turned wrongly. For upon that row leads complacency and the ever looming specter of that most evil bane of all developers, thinking you are clever. And the road to code hell is paved with clever solutions.

Leave a comment on “Lose Some Padding”

Log In or post as a guest

Replying to comment #702848:

« Return to Article