Was wondering if I could get some help on this simple code.
I am trying to learn how to pass an array?
Im getting error "subscript out of range"
option explicit
dim myArray (13)
dim i
call var (myarray())
for i = 0 to 12
wscript.echo myarray(i)
next
sub var (arrayVAR())
dim x, j
x = 0
for j...
This is what I have come up with the problem with the code is that it wont go into the sub folders to delete the files with the extensions
Dim fso, counter, sroot, objFSO, x
Dim fld, fls, oFile, dt, oFolder, strWildcardsToDelete
set fso = CreateObject("Scripting.FileSystemObject")
counter = 0...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.