; To use FASudf 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\.

<My project>\FAMproj\
<My project>\<My script.au3>

; Top of <My script.au3> must contain these lines:
#include "FAMproj\FASudf\Includes\Sorting.au3"
FAS_SortingInitVbSrc( "FAMproj\FASudf\Sources\Sorting.vb" )      ; If you are using the VB source file
;FAS_SortingInitVbDll( "FAMproj\FASudf\DLLFiles\SortingVb.dll" ) ; If you are using the VB dll-file
#include "FAMproj\Display\Display.au3"                           ; If you are using display funcs
