home *** CD-ROM | disk | FTP | other *** search
- Type TestRecordType
- TestArray As String 'You can use fixed- or variable- length
- ' strings in records, as long as you don't
- ' write the records to a random file. For
- ' random file i/o, you must use fixed-length
- ' strings.
- 'To use the array routines with fixed-length
- ' strings eliminate the line that initializes
- ' Array$ with spaces in the CreateArray
- ' subprogram in ARRAY.BAS
- End Type
-
-
-
-