Date: Mon, 4 Mar 2002 22:15:44 +0000
Reply-To: Dave Meyer <dmeyer@HOAGHOSPITAL.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Dave Meyer <dmeyer@HOAGHOSPITAL.ORG>
Organization: Mailgate.ORG Server - http://www.Mailgate.ORG
Subject: Seperating a full name into first and last
Content-Type: text/plain; charset=ISO-8859-1
This is probably a shockingly basic question but...I am having trouble
parsing a full name into seperate first, middle, last. Could anyone
point me in the direction of a specific function? Thanks - Dave
ex:
Var "Full_Nam" = Meyer, David P
into
Var "Last" = Meyer
Var "First" = David
Var "Middle" = P
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
|