> 
> sscanf's like constructs are also a possibility. ARRAY OF 
> CONST is strong enough to implement it.
>  

The Fortran output is fixed format. In
FORMAT(I3,I7,2X,A25,1X,F6.2,1X,F7.2,3(1X,I4),1X,F4.1,1X,I1) the first 2
integers can be linked together. 123 followed by 1234567 result in
1231234567. sscanf can't deal with this AFAIK.

Ludo



--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to