Hi!
Please don't blame me for my, I know, stupid question. I searched on the on-line help, the net and the forum, but I was not able to solve.
I have a procedure that just write something in a Memo when I press a Button, and it is called from inside the OnClick event procedure. I paste my code...
Hi
I need to read binary files (record lenght = 4 bytes) but I use g95, so I can't use the "form='binary'" statement. I have to rewrite data in a matrix [ncols x nrows]. I tried with:
open(unit=10,file=file_in,recl=4)
do row=1,nrows
read(10) (dati(col,row),col=1,ncols)
write(*,*)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.