home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- Path: sparky!uunet!cs.utexas.edu!mercury.unt.edu!kenc@sol.acs.unt.edu
- From: kenc@sol.acs.unt.edu (Ken Corey - Operator)
- Subject: QB 4.5 question
- Message-ID: <kenc.726359290@sol>
- Sender: usenet@mercury.unt.edu (UNT USENet Adminstrator)
- Organization: University of North Texas
- Date: Wed, 6 Jan 1993 22:28:10 GMT
- Lines: 23
-
-
- Can anyone help me with this scenario:
-
- I have a file of 128 byte records. There are 4 or 5 differring possible
- record structures. the first is:
-
- TYPE block1type
- howmany as integer
- DIM items(64) AS INTEGER
- END TYPE
-
- Or, at least, that's what I'm looking for. QB 4.5 seems to choke on having
- a DIM inside a type declaration. Well, shucks, how else can I get an
- indexed block of 64 integers? (I'm assuming that integers are stored in
- LSB MSB format, and are 16 bits wide total.)
-
- I'm not worried about others yet....I'm fighting with this one.
-
- Talk to y'all later...
-
- Ken == kenc@sol.acs.unt.edu == kenc@vaxb.acs.unt.edu
- "It's bad luck to be superstitious."
- -- Andrew W. Mathis
-