Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug: call by Reference search in the list of the fields
Message
From
16/10/2004 05:00:33
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Bug: call by Reference search in the list of the fields
Miscellaneous
Thread ID:
00951922
Message ID:
00951922
Views:
59
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 )
Next
Reply
Map
View

Click here to load this message in the networking platform