Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug: call by Reference hide Public and Private variables
Message
From
16/10/2004 12:59:27
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Bug: call by Reference hide Public and Private variables
Miscellaneous
Thread ID:
00951952
Message ID:
00951952
Views:
70
Previous issue Thread #951922

Bug/Issue : 3 of 27

TITLE: Bug: call by Reference hide Public and Private variables

VERSION: 09.00.0000.1720 and previous

STEPS TO REPRODUCE:
clear
PUBLIC myvar
myvar = 'i want see this'
ON ERROR ? MESSAGE()
? ABRA(m.myvar)
? ABRA(@m.myvar)
ON ERROR

PROCEDURE ABRA (pVar)
RETURN m.myvar
RETURN ' -> BUG '
OBSERVED BEHAVIOR:
When the call by reference is made, VFP hide the external PUBLIC and PRIVATE variables

EXPECTED BEHAVIOR:
VFP does not have to hide these variables.
Next
Reply
Map
View

Click here to load this message in the networking platform