Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Date problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00432546
Message ID:
00432549
Views:
18
>ok..why does this not work:
>
>lnyear = 2000
>lnmonth = 10
>lnday = 1
>
>x = {^lnyear-lnmonth-lnday}
>
>
>but this DOES work...
>x = {^2000-10-1}

Because it's not valid syntax, it's variables, not constants.

Use DATE(lnyear,lnmonth,lnday)
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform