Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pop3
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
Re: Pop3
Miscellaneous
Thread ID:
00611112
Message ID:
00611115
Views:
27
>What does it mean
?
>if lcReturn # "+"
>
>using wwPop3.GetMessage()...?

I'm not using the wwPop3 class, but the '#' operator means 'not equal' in VFP.
>if lcReturn # "+"
*&
*&  is same as 
*&
IF NOT lcReturn = "+"
HTH

Wan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform