| Date: | Tue, 31 Jan 2006 12:08:42 -0500 |
| Reply-To: | Greg Curson <gscsrc@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | Greg Curson <gscsrc@HOTMAIL.COM> |
| Subject: | Re: What does colon after equal sign mean? |
|---|
On Tue, 31 Jan 2006 11:21:41 -0500, Gerhard Hellriegel <ghellrieg@T-
ONLINE.DE> wrote:
>that means "starts with..."
>Including
>Avcvcvvc
>Abdbebeb
>A
>A....
>...
>
>
>
>On Tue, 31 Jan 2006 08:07:48 -0800, Greg Curson <gscsrc@HOTMAIL.COM>
wrote:
>
>>if pjwrktyp =:'A' or
>> pjwrktyp =:'G' or
>>
>>
>>in the above if statement what does the colon before the 'A' and 'G'
>>mean how
>>does it effect the statement?
>>
>>
>>Thanks!
Thanks all !
I understand the code now
Greg
|