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:  Eric A. Johnson
Date Submitted:  2/5/2006
Category:  String Handling/Manipulation
Compatibility:  .NET
This code has been accessed 2768 times.

Email Yourself this snippet:

Task: This is an update to my earlier ShiftString function. I had one digit wrong by one, thus sometimes giving wrong results. This one has been more thoroughly tested... apologies for any who got confused with the previous one! This code shifts any substring as many spaces as you desire within a string.
Declarations

Code