Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Foxbase+ commands
Message
From
12/09/2002 11:22:06
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00699560
Message ID:
00699786
Views:
14
>>Hi All,
>>I would like to know, if anyone remembers, how to copy records in a certain date range in Foxbase+. In VFP I would do something like:
>>
COPY TO temp FOR BETWEEN(shipdate,{^2001/12/28},{^2002/03/20})
>>
>>How do I do this in Foxbase+?
>
>
COPY TO TEMP FOR shipdate >= {12/28/2001} AND shipdate <= {3/20/2002}
Thanks Ed!
Winn Pauley
Previous
Reply
Map
View

Click here to load this message in the networking platform