× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> From: Steve Richter <srichter@AutoCoder.com>
> > From: "Leif Svalgaard" <leif@leif.org>
> > > they contain (among other things):
> > > DATA-LENGTH BIN(4) POS(13);  /* INCL. LENGTH OF DATA-HANDLE */
> > > DATA-HANDLE CHAR(16) POS(65);
> > > DATA CHAR(*) POS(81);
> >
> > Interesting.
> >
> > So the first 80 bytes are actually the "handle header".  If there are
more
> > than 1 handles, the 80 byte header for the next handle immed follows the
> > of the preceeding handle.  Or the handle header has an offset pointer to
> the
> > next handle.
>
> No, I think you can only have one handle.


I was wrong about this one. The structure is:
6 x00 followed by
n char(10) fields (one for each handle), where the last 4 chars contain
a bin(4) DATA-LENGTH (incl handle). when the 80 chars are full,
all the data is moved down to make room, so the 80 chars is not fixed.





As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.