Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00525680
Message ID:
00525805
Views:
18
Many thanks!

>No, but you can create a cursor with appropriate structure and copy data from array into the cursor.
CREATE CURSOR Mycursursor ( ... )
>APPEND FROM ARRAY Myarray
>Be advised that if the array is one-dimensional, APPEND FROM ARRAY adds only one record to the table. The workaround is to redefine the array in following way
DIMENSION Myarray[ ALEN(Myarray), 1]
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Reply
Map
View