Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProp in VFP5.0
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
AddProp in VFP5.0
Miscellaneous
Thread ID:
00565691
Message ID:
00565691
Views:
46
I am using Addprop5.fll for Visual FoxPro 5.0 and trying to use this function to create a property that is an array but I am not having any luck.

I have tried the following:
dimension m.atstArray[10,1]

=AddProp(THIS,"UDStyle[10,1]","")
=AddProp(THIS,"UDStyle[10,1]",m.atstArray)
=AddProp(THIS,"UDStyle2[10,1]",ACOPY(m.atstArray, THIS.UDStyle2[10,1]))
=AddProp(THIS,"UDStyle2",ACOPY(m.atstArray, This.UDStyle2))

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform