Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create cursor from array
Message
From
18/07/2006 12:13:11
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01137256
Message ID:
01137277
Views:
15
>>Can someone help me with the correct syntax for the create cursor from array command?
>>As in:
>>
>>
>>numfiles = adir(myarray,'c:\somefolder\*.mp3','D')
>>create cursor crsTemp (something) from array myarray
>>
>>
>The array has to have structure discribed in the help for AFIELDS() function.
>See Re: Filer.dll wont show .userSettings.ini file Thread #992966 Message #993038


Sergey -

You guessed what I was trying to do and showed me someone had already done it. Thanks!

Regarding the original question, I had read the HELP and thought it wasn't very clear. I presume the array created by ADIR() is not suitable for CREATE CURSOR FROM ARRAY, at least in its native format. Would you agree?

- Don
Previous
Reply
Map
View

Click here to load this message in the networking platform