|
Duane wrote: > I'm going to assume that each field is always the >same size, no matter where it sits in your flat file. Yes, that's the case. >...don't put your fields in a data structure >at all. Make each of them based. Set up a structure of >pointers that each field is based on. Set up an array >with groups of pointers, with the addresses of each layout >already set up. For each record type, move in the >correct set of pointers, and you're ready to go. Very innovative, thanks Duane! I was hoping to avoid all the explicit moves (here, evals or possibly D spec INZ operations) but it looks like that's unavoidable. --buck
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.