| Date: | Wed, 7 Nov 2001 09:43:43 -0500 |
| Reply-To: | Susie.Li@US.SANOFI.COM |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Susie Li <Susie.Li@US.SANOFI.COM> |
| Subject: | Indexc on weird letters |
| Content-Type: | text/plain; charset=us-ascii |
I am using the indexc function to check the weird letters in my address
field:
if indexc(address,',?;-@#=()*%!$|\')>0;
I got this error message back:
if indexc(address,',?;-@#=()*%!$|\')>0;
-
180
NOTE: SCL source line.
ERROR 180-322: Statement is not valid or it is used out of proper order.
Could it be that I wrote the indexc function wrong? Or, the letters are
not accepted?
Susie Li
Sanofi-Synthelabo,Inc.
40 Park Ave
New York, New York
(212)551-4385
susie.li@us.sanofi.com
Important: The Information in this e-mail belongs to Sanofi-Synthelabo Inc., is intended for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential, or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of, or reliance on, the contents of this e-mail is prohibited. If you have received this e-mail in error, please notify us immediately by replying back to the sending e-mail address, and delete this e-mail message from your computer.
|