Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why ????
Message
From
07/04/2000 06:17:19
 
 
To
07/04/2000 03:12:13
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00356690
Message ID:
00356711
Views:
12
Hi,
This code is works.

*-- MAIN
PUBLIC dDate_1

dDate_1 = DATE()

=MyFunc(dDate_1)
DO MyProc WITH (dDate_1)

RETURN
*-- End of main

*-- Function
FUNCTION MyFunc
LPARAMETERS dDate

*-- This works
? dDate_1,dDate
RETURN .T.
*-- End of Function


*-- Procedure
PROCEDURE MyProc
LPARAMETERS dDate

*-- This does'nt work. "Variable DDATE_1 is not found"
? dDate_1,dDate
RETURN
*-- End of Procedure
Previous
Reply
Map
View

Click here to load this message in the networking platform