SyntaxFix
Write A Post
Hire A Developer
Questions
Old thread, but just only to say: to use the classic Left(), Right(), Mid() right now you don't need to write the full path (Microsoft.VisualBasic.Strings). You can use fast and easily like this:
Left()
Right()
Mid()
Microsoft.VisualBasic.Strings
Strings.Right(yourString, 5)