Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiated a child object
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00456477
Message ID:
00456492
Views:
27
BTW, can you translate in kilos and sm? My son was 3,8 kg and 50sm after born.

>
>DEFINE CLASS oChild AS CUSTOM
>   cSex = ''
>   nWeightInPounds = 0
>   nLengthInInches = 0
>ENDDEFINE
>
>oFamily = NEWOBJECT("container")
>
>oFamily.NEWOBJECT("AdamJamesLeClair","oChild")
>
>WITH oFamily.AdamJamesLeClair
>   .cSex = "M"
>   .nWeightInPounds = 6.5
>   .nLengthInInches = 19
>   .Show("12/22/2000 11:23AM")
>ENDWITH
>
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