Visual Basic is Microsoft’s event-driven programming language and integrated development environment (IDE) for its Component Object Model (COM) programming model. It is relatively easy to learn and use because of its graphical development features and BASIC heritage. It has been replaced with VB.NET, and is very similar to VBA (Visual Basic for Applications), the programming language for the Microsoft Office product line.
TRUSTED BY
ASKER
Say I've got this string coming in that I'm calling StrJ, and it contains: 1-731-8227 (Joe)
And I want to end up with: 17318227
It's fine with me if it ends up still in StrJ, or in a different string name if that's easier.
With that in mind, how would I implement your concept above? If possible, please give me a detailed example...