I have an Array say A=(11,23,32,44,56,88,55,14,78,79) And B=(44,56,88,55,14) .Now using VBScript can I perform Set operation MINUS to get an other output say C=(11,23,32,78,79)?
Array A and B can be considered also two Excel columns.
Don't want to use any Looping technique.
Please help
Thanks,