I know the Add method to add elements to the dictionary objects and ArrayList objects.So Is there any way to add elements to such collections in a single shot using VBScript,not one by one.
Thanks,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create an array from a string with split, but it is quite limited:
Similarly, Array
Finally, you can read a textfile into a recordset, but that may be overkill, unless you have a large number of values.