SELECT * FROM temp INTO CURSOR temp2
CREATE CURSOR temp3 (gTest G)
INSERT INTO temp3 (gTest) SELECT gtest FROM temp
However, "general fields" are somewhat difficult to use, many people
including the MS VFP team meanwhile recommend to use BLOB fields
(or binary memos) instead:
http://groups.google.com/groups/search?q=general+fields+recommended+group%3A*fox*&safe=off
hth
-Stefan
--
|\_/| ------ ProLib - programmers liberty -----------------
(.. ) Our MVPs and MCPs make the Fox run....
- / See us at www.prolib.de or www.AFPages.de
-----------------------------------------------------------