Using common VBScript is impossible to append on array to another. It is possible using the System.Collections.ArrayList object. The AppendRange method adds the elements of an array to the end of the ArrayList.
Posted in Collections.ArrayList
Using common VBScript is impossible to append on array to another. It is possible using the System.Collections.ArrayList object. The AppendRange method adds the elements of an array to the end of the ArrayList.
Posted in Collections.ArrayList
November 26th, 2008 at 5:59 pm
This is the excellent