Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Arrays
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Arrays
Miscellaneous
Thread ID:
00668248
Message ID:
00668909
Views:
19
Sergey,

You can write ASTORE() a UDF.

But an internal function and UDF both suffer from the number of arguments you can pass. I think ALINES() is a better solution to the problem.

>ASTORE(_array,1, "Jan","Feb","Mar","Apr","May","Jun","Jul", "Aug","Sep", "Oct","Nov","Dec")
>* Or
>ASTORE(_array,1, 1, 2, 3)
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform