Return and Count Unique Characters from a String
Category:
String ManipulationType:
SnippetsDifficulty:
BeginningAuthor:
Intelligent Solutions Inc.Version Compatibility:
More information:
There are two functions here: one to retrieve unique characters from a string, the other to count them. See code comments for example.
Instructions: Copy the declarations and code below and paste directly into your VB project.
Declarations: