Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparing
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00762655
Message ID:
00762668
Views:
14
Try it:
a = time()
b = time()
? a < b
>>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
>
>If the time is in 24 hour format, just strip out the separator sign i.e. ":" and compare the val() for the two character strings.
>
>Einar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform