home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 July / PCpro_2005_07.ISO / files / freeware / hardcopy / hcf.exe / basic / Basic_Function_GetImageCount.bas < prev    next >
Encoding:
BASIC Source File  |  2003-11-26  |  60 b   |  7 lines

  1.  
  2. i = GetImageCount()
  3.  
  4. Print "Number of Images: ", i
  5.  
  6.  
  7.