Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug: call by Reference search in the list of the fields
Message
De
16/10/2004 05:00:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Bug: call by Reference search in the list of the fields
Divers
Thread ID:
00951922
Message ID:
00951922
Vues:
60
Previous issue Thread #950993

Bug/Issue : 2 of 27

TITLE: Bug: call by Reference search in the list of the fields

VERSION: 09.00.0000.1720 and previous

STEPS TO REPRODUCE:
CLOSE DATABASES ALL
CLEAR
CREATE CURSOR pipe (anyName I)
SCATTER MEMVAR
ON ERROR ?? MESSAGE()
? 'Call is ',BLA(@anyName)
? 'Call is ',BLA(@m.anyName)
ON ERROR 
USE

PROCEDURE BLA (p1)
	RETURN 'ok'
ENDPROC
OBSERVED BEHAVIOR:
When the call by reference is made without the prefixed one m., VFP explores the list of the fields and if a field with the same name exists, it generates an error.

EXPECTED BEHAVIOR:
VFP does not have to explore the list of the fields when a call by Reference is done ( like on macro substitution )
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform