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 Mike Lewis 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: *

  1. JoCoSupport

    Setting Screen Saver Via VBS

    I have seen other threads, and on other forums, that people are having a hard time setting the Screen Saver via vbs. I have seen some very long and complex scripts, so thought i would share a more simplified one. On Error Resume Next Set f_objShell = CreateObject("WScript.Shell")...
  2. JoCoSupport

    Creating a dynamic, two-dimensional array

    Ok, looks like i posted to soon, i had just made some tweaks and didn't post the fully updated version. Replace the second function. Function Fn_File_Read_to_Array(File_Name, x, y, MyDelimiter) 'Function to read a delimited file into a 2 dimentional array (x,y). To avoid errors, be 'sure you...
  3. JoCoSupport

    Creating a dynamic, two-dimensional array

    I know this thread is a few months old, but for future readers, i have created two functions to create a dynamic array from a delimited file. These may be a bit clunky, but they work quickly for small files and can be easily cut and pasted into any code. Currently i have them in an external...

Part and Inventory Search

Back
Top