Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set default to a variable
Message
From
26/03/2009 01:57:56
 
 
To
22/03/2009 21:13:29
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01390475
Message ID:
01391544
Views:
48
>I have a variable cDir, I want to set default to cDir.
>
>I tried SET DEFAULT TO &&cDir, but it doesn't give me the correct result.
>
>Pls help. TIA.

I know you've gotten answers about a better way to do this but.............

using a macro expansion should work. Unless there's a typo in your message you have one to many &
SET DEFAULT TO &cdir
You've actually turned cDir into a comment and have issued
SET DEFAULT TO
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform