I am working on a version where all var-len strings have been transformed to 'zstring * 256'.
Therefore:
Code: Select all
type entry_type
dim as zstring * 256 word, clue
end type
Code: Select all
type entry_type
dim as zstring * 256 word, clue
end type