Date: Thu, 3 Nov 2005 14:34:23 -0800
Reply-To: tanwan <tanwanzang@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: tanwan <tanwanzang@YAHOO.COM>
Organization: http://groups.google.com
Subject: Re: Scan "&" from string Var
In-Reply-To: <20051103203653.39206.qmail@web30901.mail.mud.yahoo.com>
Content-Type: text/plain; charset="iso-8859-1"
addr = substr(Email_Add, 1, index(Email_Add, "@")-1);
|