Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Function to retrieve Decimal Places
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01409350
Message ID:
01409369
Views:
62
>Yuri:
> Thanks. I thought about that, but I'd really like to just do everything in one step, without having to use an array.
>
>Jerry

And you can do it in one step (though not with one command):
?IIF(AFIELDS(afld)>0, afld[ASCAN(afld,"FIELD1")+3],0)
Previous
Reply
Map
View

Click here to load this message in the networking platform