Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to pass _screen.aoT array by reference way
Message
From
15/05/2002 01:52:34
Lu Ping
Zhuhai Tec Co.
Zhuhai, China
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
How to pass _screen.aoT array by reference way
Miscellaneous
Thread ID:
00656731
Message ID:
00656731
Views:
41
I want pass _screen.aot by reference way ,not by value
I do it now like below
   acopy(_screen.aot ,aoT)
   lpo = NEWOBJECT([sort] ,[buildform.prg] ,.null.,@aot ,[caption])
but can not use like below
lpo = NEWOBJECT([sort] ,[buildform.prg] ,.null.,@_screen.aot ,[caption])
help ,thanks
Next
Reply
Map
View

Click here to load this message in the networking platform