Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
APPEND FROM ARRAY problems...
Message
From
26/08/1997 15:16:10
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00046997
Message ID:
00046998
Views:
22
Try this :
DIMENSION laTest(3,1)
laTest(1,1) = "1"
laTest(2,1) = "2"
laTest(3,1) = "3"
CREATE CURSOR cTest (TestField C(1))
APPEND FROM ARRAY laTest
BROWSE
USE IN cTest
Alex.
MS,MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform