Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple arguments for $ function
Message
De
28/07/2008 13:57:51
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01334620
Message ID:
01334623
Vues:
8
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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform