Robert McLaws: FunWithCoding.NETPublic Shared Function BrainDump(ByVal dotNet As String) As [Value]Get Initials from a String in VB.NET- October 16, 2006 So I&39;ve been in way over my head lately, converting a massive spaghetti-code Classic ASP application to .NET 2.0. Recently my client supplied with one of those Intro-to-Programming exam questions that was kinda fun, so I thought I&39;d post the answer here.He needed to pull a person&39;s initials out of a string, and he needed to handle either "LastName, FirstName" or "FirstName LastName".Now, you can&39;t just strip out all the capital letters, because Scottish guys like.http://weblogs.asp.net/rmclaws/archive/2006/10/16/Get-Initials-from-a-String-in-VB.NET.asp... |