Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I make an array property ??
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00388899
Message ID:
00388912
Views:
11
>>Hi All,
>>
>>I have a problem,
>>
>>I would like to make an array property. In my help topic it says:
>>
>>To create an array property
>>
>>In the Name box of the New Property dialog box, specify the name, size, and dimensions of the array.
>>For example, to create an array property named myarray with ten rows and two columns, type the following in the Name box:
>>
>>myarray[10,2]
>>
>>______
>>
>>VFP returns an errormessage that says Invalid name, what am I doing wrong??
>>
>>Thanks in advance,
>>
>>Lasse
>
>Hi,
>
>I have been working with the problem. If I use . (dot) instead of comma , it comes up right, that's weird???
>
>Lasse

Hi Lasse,

The usual way to do this is just create a property myArray[1]
and then DIMENSION it to the desired size when necessary.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform