3
Answers

List declaration and items add to list in VBScript

Photo of Jhon ABhu

Jhon ABhu

4y
659
1
Hello all,
 
I am new to vbscript.. How to declare list and how to fill list in loop through vbscript....
 
 
c#
 
list<string> Lst = new list<string>
 
Lst.add("fghsdf" );
 
How to vbscript???? 

Answers (3)