Jump to content

Search the Community

Showing results for tags 'Array Count'.

  • Search By Tags

    • array count ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Trying to return the number of .txt file in the given directory - where am I going wrong ? #include <File.au3> #include <Array.au3> $filefolder = 'D:\Input' $fileextension = '*.txt' $FileList = _FileListToArray($filefolder, $fileextension);only list files with given extension MsgBox(0, "number...
×
×
  • Create New...