Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
Visual Basic 6
Merging two Textboxes + Deleting duplicates
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Miss Nova" data-source="post: 19290" data-attributes="member: 8027"><p>I have been trying in vain to do the following:</p><p></p><p>Textbox A: Has hundreds of Youtube Video IDs</p><p>Textbox B: Has less Youtube Video IDs</p><p></p><p>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...</p><p></p><p>So far ive made two arrays and a nested for next loop, it's not working as i want though which is frustrating.</p><p></p><p>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.</p><p></p><p>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"</p><p>Plus it prints LOADS of each one, when it shouldnt...</p><p></p><p>It's a long shot asking for help but i'm pulling my hair out <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p><p></p><p>Thanks <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Miss Nova, post: 19290, member: 8027"] 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 :) [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
Visual Basic 6
Merging two Textboxes + Deleting duplicates
Top