Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code
Message
 
 
To
25/02/2005 15:53:32
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Code
Environment versions
Visual FoxPro:
VFP 8
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00990699
Message ID:
00990722
Views:
16
<snip>
>
>Index to the first element of the laArray as laArray[1]

Creg,

I agree with you that laArray[1] is proper way to reference the first item in array but in this case it's the same as laArray, which also reference the first item in the array. The laArray only references whole array when you assign value to it. In that case all array atems will be assigned that value.
laArray = 0
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform