Hello,
Guess I'm having a textbox named Text1 (or richtextbox, if it isn't possible in textbox) filled with some alphabetical music notes that are separated by commas, like:
A,B,C#,D,E,F#,G#
Then there is another textbox named Text2 filled with:
F#,B,E,C#
As you see all of the music notes above are available in the first textbox.
Or the Text2 can be filled like this:
A,Db,F,E
Which there are some music notes that doesn't exist in the Text1.
How can I check if all of the music notes in Text2 are ready in Text1 or not?
Guess I'm having a textbox named Text1 (or richtextbox, if it isn't possible in textbox) filled with some alphabetical music notes that are separated by commas, like:
Quote:
A,B,C#,D,E,F#,G#
Then there is another textbox named Text2 filled with:
Quote:
F#,B,E,C#
Or the Text2 can be filled like this:
Quote:
A,Db,F,E
How can I check if all of the music notes in Text2 are ready in Text1 or not?