Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM ARRAY problems...
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
APPEND FROM ARRAY problems...
Miscellaneous
Thread ID:
00046997
Message ID:
00046997
Views:
98
Hi,

I'm attempting to append from an array into a cursor. All I'm getting is the first row in the array. According to the help on VFP, APPEND FROM ARRAY is supposed to insert a row for every row in the array.

Here is my 'test' code:

DIMENSION laTest(3)
laTest(1) = "1"
laTest(2) = "2"
laTest(3) = "3"
CREATE CURSOR cTest (TestField C(1))
APPEND FROM ARRAY laTest
BROWSE
USE IN cTest

Any suggestions?
Jim Huenergardt
AXIO
Next
Reply
Map
View

Click here to load this message in the networking platform