Group: comp.lang.fortran · Group Profile · Search for Character Application in comp.lang.fortran
Author: James Van Buskirk
Date: Jan 21, 2008 23:23
... the more recent versions of CVF, BOOL is properly typed an INTEGER(BOOL). I can find some examples in Norman Lawrence, "Compaq Visual Fortran a Guide to Creating Windows Applications" Digital Press 2002, where the results of several Win32 API functions are typed as LOGICAL. The book uses interchangeablility between LOGICAL and INTEGER types quite freely which is an extension which I am ...
|