Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple arguments for $ function
Message
From
28/07/2008 13:57:51
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01334620
Message ID:
01334623
Views:
7
This message has been marked as a message which has helped to the initial question of the thread.
>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)
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)
Previous
Reply
Map
View

Click here to load this message in the networking platform