Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Save Object
Message
 
 
To
13/10/2008 10:16:50
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01354561
Message ID:
01354583
Views:
20
>>>I have an object that I use to populate a table using SCATTER/GATHER NAME, but there is not a one-to-one field for each object property. I want to be able to create a cursor from all the properties in the object and populate it for debugging. I want to be able to see all properties for the object and all rows as it is populated during a loop. If I add a property, I want that to automatically get added as a field in the cursor.
>>
>>I've similar tool for arrays Array Browser file #9948. It should be good starting point.
>
>Is there an easy way to convert an object into a array and then keep adding rows to the array as each loop object is created?

AMEMBERS(,,0) will create one dimensional array of an object properties.
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform