Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Short Question Please Help
Message
From
01/06/2001 03:32:20
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Short Question Please Help
Miscellaneous
Thread ID:
00513608
Message ID:
00513608
Views:
59
Hi all,

for example:
define class MyObject as container
  A=""
  B=""
  C=""
enddefine
If I have two object Box1 and Box2 define as MyObject, and want to copy the data in Box1 to Box2, do I need to do it like this
Box2.A=Box1.A
Box2.B=Box1.B
Box2.C=Box1.C


or there is another easier method? I have tried Box2=Box1 but it say syntax error..

Thanks in advance!
error(503): file structure failure, signature file corrupted.
Next
Reply
Map
View

Click here to load this message in the networking platform