| Date: | Wed, 20 Aug 2008 16:58:36 -0400 |
| Reply-To: | Kevin Graham <kevin.graham@ELAN.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Kevin Graham <kevin.graham@ELAN.COM> |
| Subject: | Re: SAS/AF: Get name of the method |
|---|
If you are programming SCL objects:
methodName=_method_;
I'm not sure if that works in old-style SCL.
|