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:
01227097
Views:
17
>>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.

I get this error:

Member obj does not evaluate to an object
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform