advertisement

Find Code  Advanced Search   

Free Newsletters:   
browse free vb code
Submit Code
ASP,  HTML, and XML
Database
Dates  and Math
Files  and Directories
Forms  and Controls
Lists,  Collections, and Arrays
Miscellaneous
Multimedia/Games
Office/VBA
Network/Internet
Registry
Screen/Graphics
String  Manipulation
System/API
Windows  2000/XP
VB.NET/ASP.NET



advertisement
Replace Special Vowels (…, ‚, Š, ...) with "Regular" (7-bit ASCII) Values

Author: Jonathan Poissant
Category: String Manipulation
Type: Snippets
Difficulty: Beginning

Version Compatibility:  Visual Basic 5   Visual Basic 6

More information: This is a little function I have found useful to replace strings with accented vowels with their 7-bit ASCII counterparts.

It's my first post ever of VB Code so if you have any comments send an e-mail to: dwarth@hotmail.com

This code has been viewed 59386 times.

Instructions: Copy the declarations and code below and paste directly into your VB project.


Declarations:

Code:

No Text Boxes

Sponsored Links