You could use chunks of a fixed size e,g
VB Code:
Type Jelly Flavour as string * 10 Colour as string * 10 State as long Spare as string * 100 end type Type JellyBean Flavour as string * 10 Colour as string * 10 Spare as string * 104 ' A Long is 4 bytes so to make equel length we add it to the spare string end type
![]()




Reply With Quote