Link to home
Start Free TrialLog in
Avatar of new_foxpro
new_foxpro

asked on

Visual FOX PRO

how to convert the following array into cursor ????
what do I have to change besides changing the name array into cursor?  what other files are involved here that I have to change or pay attention to or they will be automatically changed?
thank you

select count(studentID) from temp_file into array num_file
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

What are you trying to do here?

Best topic area (TA) choice:

https://www.experts-exchange.com/Databases/FoxPro/

Bob
Avatar of new_foxpro
new_foxpro

ASKER

I'm trying to store the data into cursor instead of putting it into array num_file
but I don't know how it's done
ASKER CERTIFIED SOLUTION
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial