Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Hasfurt
  • Content: Threads
  • Order by date
  1. Hasfurt

    array

    Is their a fuction to clear an array? or is the only way to use a loop: dim myarray(), i for i = 1 to ubound myarray(i) = "" next
  2. Hasfurt

    how to pass an array

    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...
  3. Hasfurt

    search and delete files

    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...

Part and Inventory Search

Back
Top