thepunisher
Programmer
Hi,
Could you tell me what this code below does, and what the variables mean?
I know its opening a file, but i dont know what the UNIT and ORGANIZATION for example mean, i have never coded fortran before.
I am converting this code to VB, so i have to be able to understand it.
OPEN (UNIT=5, ACCESS='SEQUENTIAL', CARRIAGECONTROL='LIST',
+FORM='FORMATTED', ORGANIZATION='SEQUENTIAL', READONLY,
+STATUS='OLD')
Thanks,
thePunisher
The Wolf: Thats 30 minutes away. I'll be there in 10.
Could you tell me what this code below does, and what the variables mean?
I know its opening a file, but i dont know what the UNIT and ORGANIZATION for example mean, i have never coded fortran before.
I am converting this code to VB, so i have to be able to understand it.
OPEN (UNIT=5, ACCESS='SEQUENTIAL', CARRIAGECONTROL='LIST',
+FORM='FORMATTED', ORGANIZATION='SEQUENTIAL', READONLY,
+STATUS='OLD')
Thanks,
thePunisher
The Wolf: Thats 30 minutes away. I'll be there in 10.