[net.lang.f77] f77freeform

quiroz@rochester.UUCP (Cesar Quiroz) (01/18/84)

	If f77 is a real Fortran 77 compiler (I swear I have never 
used it before), you should be able to do something like:

	1- read each of your lines into a character*(say)80 string

	2- do as many freeform reads of the string as you wish:

	   read (unit=<name of your string>,fmt=<a format or *>)<vars>

	   (Yes, it is like sscanf)

	These comments are as unsupported as they can be, considering
that they come from someone who repented from his sins and will
never type 'dimension' again. (Oops!, I did it).

					Cesar Quiroz
					U. of R.
					Dept. of Comp. Sc.

					{quiroz@ROCHESTER}