Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Parameters and what to check
Message
De
18/10/2007 12:41:29
 
 
À
18/10/2007 10:59:15
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01261696
Message ID:
01261888
Vues:
23
Hi Jay,

I use nested if's on the PCOUNT()
if PCOUNT() < 3
   param3 = "whatever"
   if PCOUNT() < 2 
       param2 = "you"
       if PCOUNT() < 1
           param1 = "like"
       endif
   endif
endif
Works for me.
~Erik Folley
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform