Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug: call by Reference hide Public and Private variables
Message
De
16/10/2004 12:59:27
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Bug: call by Reference hide Public and Private variables
Divers
Thread ID:
00951952
Message ID:
00951952
Vues:
71
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform