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:
00456479
Views:
24
>
>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
>
Congratulations, Daniel. And if he's your first son, I'll bet there were tears in your eyes when you first held him.< s > Hope both mother and baby are doing fine.
George

Ubi caritas et amor, deus ibi est
Previous
Reply
Map
View

Click here to load this message in the networking platform