Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple arguments for $ function
Message
From
28/07/2008 13:58:01
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01334620
Message ID:
01334624
Views:
9
This message has been marked as a message which has helped to the initial question of the thread.
Try this
IF ("DEPÓSITO" $ UPPER(emails.assunto ) .or. ;
  "DEPOSITO" $ UPPER(emails.assunto ) .or. ;
  "COMPROVANTE" $ UPPER(emails.assunto ).or. ;
  "PAGAMENTO" $ UPPER(emails.assunto )) ;
  .and. EMPTY(emails.tipo)
>I would like to use multiple arguments for $ , but it returns error message:
>
>
>IF "DEPÓSITO" .or. "DEPOSITO" .or. "COMPROVANTE" .or. "PAGAMENTO" $ UPPER(emails.assunto ).and. EMPTY(emails.tipo)
Previous
Reply
Map
View

Click here to load this message in the networking platform