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 bkrike 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: rcastaneda
  • Content: Threads
  • Order by date
  1. rcastaneda

    ignore error function??

    Is there any function in vbscript that will allow me to tell the script to continue when an error is generated? The problem I'm having is that I'm writing a script that automatically populates information into Active Directory, but if any information is left out, it generates an error and stops...
  2. rcastaneda

    newbie question concerning quotes

    Is it possible to concactenate two strings and then wrap the new string with quotes? Ex. string1 = "Today is" string2 = "Friday" string3 = string1 & string2 and then take the text in string 3 and wrap it in quotes so that the output from string 3 is "Today is...

Part and Inventory Search

Back
Top