Select <fields> from table where <filter> into cursor mycursorname.
If you want to be able to manipulate the cursor by adding or removing rows, adding indexes, etc. use the READWRITE clause. -- rk -----Original Message----- From: ProfoxTech [mailto:[email protected]] On Behalf Of Gene Wirchenko Sent: Wednesday, April 12, 2017 5:44 PM To: [email protected] Subject: Copying to a Cursor Hello: I just wanted to copy some data to a cursor for some analysis. I prefer a cursor to a table here as it is easier to throw away. I suppose I could create the cursor and then append into it, but is there a way to copy to a non-existent cursor which is created with the same command? I do not see one. Am I overlooking something? Sincerely, Gene Wirchenko _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/bn4pr10mb0913df06444ae37169f33a2ad2...@bn4pr10mb0913.namprd10.prod.outlook.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

