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