Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
_tally problem in VFP 9
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01218097
Message ID:
01218110
Vues:
14
>Naomi
>
>lcTemp[1] = iif(isnull(lcTemp[1], 1, lcTemp[1]+1)
>
>result too many arguments
>
>I added a missing ")" as below, but still the message continues
>
>lcTemp[1] = iif(isnull(lcTemp[1], 1, lcTemp[1]+1))

Sorry, should be
lcTemp[1] = nvl(lcTemp[1],0)+1
In my previous code I missed a ) after IsNull(lcTemp[1])
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform