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 Chriss Miller 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. perlnewb00

    dynamic object name

    Perfect, thanks alot!
  2. perlnewb00

    dynamic object name

    I am pretty new to VBscript. I have a function that creates a new ojbect record but I would like record type to be changed based on the string I pass to the function. Is that possible? Here is what I currently have: Function AddObject(recordtype) .... .... obj.Contact.NewRecord...
  3. perlnewb00

    list directories

    I need to list all folders in a current dirctory non-recursivly and print the last modified date for that folder. I found a script that works but I need it written in such a way I can perform other actions if a folder is found. I am not very used to this method of if-then-else and would prefer...

Part and Inventory Search

Back
Top