Option Explicit Function Setting_getIncludePathes( IncludeType ) ReDim pathes(3) pathes(0) = "vbslib.vbs" pathes(1) = "TestScript.vbs" pathes(2) = "RepliCmp.vbs" pathes(3) = "MergeLib.vbs" Setting_getIncludePathes = pathes End Function