Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparing
Message
 
To
07/03/2003 08:27:49
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00762655
Message ID:
00762828
Views:
10
>I want to compare two variable which is in character type. These two variables contain hours . I want to know which one is the most recent

You can use ctot() to convert from character to time (datetime) and then compare.
ctot(time1)>ctot(time2)
Einar
Semper ubi sub ubi.
Previous
Reply
Map
View

Click here to load this message in the networking platform