I have been trying in vain to do the following:
Textbox A: Has hundreds of Youtube Video IDs
Textbox B: Has less Youtube Video IDs
I want to click a button and then have a new text box populated with all the Video IDs in textbox A that are NOT in Textbox B... sounds simple...
So far ive made two arrays and a nested for next loop, it's not working as i want though which is frustrating.
I'm willing to pay for your trouble if someone can get this working, and give me commented code so i understand what's going on.
It occasionally throws a 1, even though they arent the same, and debugging it i see it's because sometimes it reads a blank space from "TextBox B"
Plus it prints LOADS of each one, when it shouldnt...
It's a long shot asking for help but i'm pulling my hair out
Thanks
Textbox A: Has hundreds of Youtube Video IDs
Textbox B: Has less Youtube Video IDs
I want to click a button and then have a new text box populated with all the Video IDs in textbox A that are NOT in Textbox B... sounds simple...
So far ive made two arrays and a nested for next loop, it's not working as i want though which is frustrating.
I'm willing to pay for your trouble if someone can get this working, and give me commented code so i understand what's going on.
It occasionally throws a 1, even though they arent the same, and debugging it i see it's because sometimes it reads a blank space from "TextBox B"
Plus it prints LOADS of each one, when it shouldnt...
It's a long shot asking for help but i'm pulling my hair out
Thanks