Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PROBLEM: Using MODI COMM with a CASE statement
Message
From
31/05/2006 12:52:08
 
 
To
01/05/2006 11:04:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01118042
Message ID:
01126225
Views:
23
I can't help with the DO command, but there is an alternate to Carlos' suggestion on your multiple OR's.
CASE INLIST(pdTodaysdate,{4/3/2006},{5/1/2006},{5/29/2006},{7/3/2006})
In my applications I rarely worry about SET DATE. If that becomes an issue for you then use STRICTDATE format.
CASE INLIST(pdTodaysdate,{^2006/4/3},{^2006/5/1},{^2006/5/29},{^7/3/2006})
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform