Terug naar de homepage van Forcheck
Forcheck detects if an actual argument is shorter than the dummy


c
c                       FORCHECK
c               Global Argument Verification 3      	

        PROGRAM Draw
        CHARACTER*80 linbuf

        DO i = 1, 10
          CALL PRINT (linbuf)
          READ *, linbuf
        ENDDO
        END

        SUBROUTINE PRINT (linbuf)
        CHARACTER*120 linbuf
        PRINT *, linbuf
        END



 FORCHECK PC V11.10  MS5 compiler emulation  20-Jan-94  11:34:14  page: 1 
 GLOBARG3.FOR  


 global program analysis:

   PRINT, referenced in DRAW, argument no  1
 **[386 E] input argument was not assigned
   PRINT, referenced in DRAW, argument no  1
 **[296 E] actual array or character variable shorter than dummy

previous page top page
Forcheck
Contact