G
Guest
H
My worthless textbook gives an example where you create a structure to mimic a Random Access file layout and you are expected to use an instantiation of that to pull data out of the Random Access file. Problem is of course that this is a value type variable and we need to have option explicit on so it won't box and unbox for me. I keep getting errors on the FileGet method
Can somebody help as I am ready to throw the damn thing out the window
Thank you
My worthless textbook gives an example where you create a structure to mimic a Random Access file layout and you are expected to use an instantiation of that to pull data out of the Random Access file. Problem is of course that this is a value type variable and we need to have option explicit on so it won't box and unbox for me. I keep getting errors on the FileGet method
Can somebody help as I am ready to throw the damn thing out the window
Thank you