Sujet : Re: The joy of FORTRAN
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : alt.folklore.computers comp.os.linux.miscDate : 30. Sep 2024, 22:47:07
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdf68q$2cn51$12@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12
User-Agent : Pan/0.160 (Toresk; )
On 30 Sep 2024 19:53:49 GMT, rbowman wrote:
I've worked with interfaces where the data fields are determined by the
character position in the string with spaces used to pad fields. It was
fun explaining to the support people configuring the queries that what
appeared to be an empty field had to be exactly 5 spaces or the whole
thing would be thrown off.
Leftovers from the punch-card era, perhaps?
I would wrap that in some kind of more user-friendly frontend, that would
accept more forgiving input, and properly pack it into the necessary
fixed-length fields for the backend.