Fast General Array Management Functions UDF (FGAudf)

DLLFiles\  - C++ DLL-files and VB.NET assembly DLL-files
Examples\  - Example scripts to demonstrate the functions
HelpFiles\ - Detailed information about some of the functions
  Functions.txt  - Function list and headers (the main help file)
  Use_of_UDF.txt - Explains how to use the UDF in your own project
Includes\  - Files that you include in your own AutoIt scripts
Runtimes\  - Compare runtimes for AutoIt code and optimized code
Sources\   - Contains C++ source files and VB.NET source files
Utilities\ - Utility functions to generate VB.NET DLL-files

To use FGAudf in your own project copy the entire FAMproj folder to your project. If you're not using the display functions you can delete Display\. You can delete FXXudf folders that you're not using. Don't delete FAMudf\.

Inside FGAudf\ you can delete all subfolders except:
 - Includes\ and DLLFiles\ if you're using VB.NET assembly DLL-files.
 - Includes\, DLLFiles\ and Sources\ if you're compiling VB.NET source files on the fly.
