Visit SearchWinDevelopment.com, the Visual Basic-Specific Search Engine.
               FREE benefits include Daily News, Developer Tips, Career Center, VB Forums & more.


Home Recent Code Popular Code SearchWinDevelopment.com White Papers

Jobs

Submit Code Email


Author:  mann
Date Submitted:  1/19/2005
Category:  String Handling/Manipulation
Compatibility:  VB 6
This code has been accessed 3564 times.

Email Yourself this snippet:

Task: I would like to inform vb users/enthusiasts who like to create a program which reverses each character in a string. You don't have to create very long code to do this. It's pretty simple, VB has included the "strReverse" function to reverse each character in a string. :)
Declarations

Code