Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inserting to table from an array
Message
 
 
To
21/01/2010 09:40:38
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01445175
Message ID:
01445197
Views:
48
Your array has only one row. You have to re-dimention it first
DIMENTION laIndiv[2]
laIndiv[2] = "Whatever"
>so im trying to manually write data to the array :
>its lets me do
>
>indiv[1]="box"
>&&but 
>indiv[2]="fever"
>&&gives me an error
>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform