Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IF (pending =
Message
De
06/02/2004 06:01:08
 
 
À
06/02/2004 05:24:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00874751
Message ID:
00874756
Vues:
10
you could use
if (pending='I' and len(allt(actdoc))=9)
...
>pending = 'I'
>actcod = '123456789'
>IF (pending = "I" .AND. actcod = SPACE(9))
> SELECT records.......
>ELSE
> SKIP
>ENDIF
>
>the condition is true but the else part execute. any idea....
robert.oh.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform