Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Private variable seems to disappear
Message
From
06/10/2005 12:48:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Private variable seems to disappear
Environment versions
Visual FoxPro:
VFP 8
Miscellaneous
Thread ID:
01056830
Message ID:
01056830
Views:
39
Oops, the problem is that the private variables were also passed as parameters and acquired a new name.

I am trying this kludge to reuse some routines internal to the exe. That is why this code is so un-PC.

Thanks


*--------
Hi,

1) A procedure in an exe calls an external program (xxx.fxp).
2) xxx.fxp defines some private variables and calls routine YYY back in the exe (it finds it because the prg was registered with SET PROCEDURE)
3) When entering routine YYY, the private variables have disappeared! What happended?

TIA,

Alex
Reply
Map
View

Click here to load this message in the networking platform