I am trying to write records to a random access file
All string fields in the record are of fixed length
From time to time I get an error "bad record length runtime error 59"
These appear to occur at random, I fix some od the code and they dissapear only to appear next time I try to use the file
I have checked the syntax of the program, and all seems fine
I am using LEN(recordname) to tell the PC of the size of the records on the file
Any ideas on how to fix this
Thanks
All string fields in the record are of fixed length
From time to time I get an error "bad record length runtime error 59"
These appear to occur at random, I fix some od the code and they dissapear only to appear next time I try to use the file
I have checked the syntax of the program, and all seems fine
I am using LEN(recordname) to tell the PC of the size of the records on the file
Any ideas on how to fix this
Thanks