That means that type of every variable needs to be known in advance so that the compiler knows what is doable with it.You're not without options though. For example, you can read the data as a raw binary stream (i.e. array of INTEGER(1) or CHARACTER) and use TRANSFER intrinsic to ...
That means that type of every variable needs to be known in advance so that the compiler knows what is doable with it.You're not without options though. For example, you can read the data as a raw binary stream (i.e. array of INTEGER(1) or CHARACTER) and use TRANSFER intrinsic to ...