ARexx (41/77)

From:Me
Date:17 Apr 2001 at 00:51:51
Subject:Re: Invalid Symbol ?

Hello Andreas

On 16-Abr-01, you wrote:

> Me wrote in a Mail about "[arexx] Re: Invalid Symbol ?":
>
>>> IF msg.34 = "MSG.34" THEN /* if the var is empty */
>>> DO
>>> posi = Find(msg.12,"X-Newsreader:")
>>> IF posi >0 THEN
>>> PARSE VAR msg.12 . "X-Newsreader:" xreader
>>> '0a'? .
>>> IF posi = 0 THEN Find(msg.12,"X-Mailer:")
>>> IF posi >0 THEN
>>> PARSE VAR msg.12 . "X-Mailer:" xreader '0a'? .
>>> ELSE
>>> xreader = ""
>>> END
>>> ELSE
>>> xreader = msg.34
>
>> Sorry, Andreas, I don't understand why you can't do
>> if msg.34="MSG.34" or even if msg.34 = MSG.34. Could you please
>> detail your problem?
>
> Because it causes an error, just as I wrote in my introducing mail.
>
>
> Good bye,

And what about

if msg.34 = value('msg.34') ,

as I suggested in my last message?

Regards,
GMaia

------------------------ Yahoo! Groups Sponsor ---------------------~-~>
Do you have 128-bit SSL encryption server security?
Get VeriSign's FREE Guide, "Securing Your
Web Site for Business." Get it now!
http://us.click.yahoo.com/EVNB7A/c.WCAA/bT0EAA/stAVlB/TM
---------------------------------------------------------------------_->

ARexx mailing list - No flames, no overquoting, no crossposting.
Unsubscribe: Blank mail to mailto:arexx-unsubscribe@onelist.com

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/