Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP syntax for this VB statement
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01227095
Message ID:
01227096
Views:
21
>Would you please tell me what is the VFP syntax for this VB statement?
>
>Obj.Prop1 = Array ("61p", "6p", "62p", "47p")
>
Try
obj.AddProperty('myArray[1]')
dimension obj.myArray[4]
obj.myArray[1] = "61p"
obj.myArray[2] = "6p"
In other words, this should be an array property.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform