Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
_tally problem in VFP 9
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01218097
Message ID:
01218110
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform