I need to deleta a record from an Array
Basically I am assigning a RecordSet(a department table) to my Array.
I want to delete a department Record from this Array.
How can I do this.
I am new to VB script and I appreciate if you can give me code how to do it.
VBScript doesn’t support push and pop operations on an array. You have three options: