A
active
RecIn is a structure
FileGet(FileNum, RecIn, mNumb)
works if I have
Option Strict Off
File was written by
FilePut(FileNum, RecIn, mNumb)
So I guess there must be a Ctype that works
I haven't been able to find it so that I can use
Option Strict On
I also tried FileGetObject
and FilePutObject without success.
Do you know how to read and write a structure to a file with
Option Strict ON
thanks
FileGet(FileNum, RecIn, mNumb)
works if I have
Option Strict Off
File was written by
FilePut(FileNum, RecIn, mNumb)
So I guess there must be a Ctype that works
I haven't been able to find it so that I can use
Option Strict On
I also tried FileGetObject
and FilePutObject without success.
Do you know how to read and write a structure to a file with
Option Strict ON
thanks