Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not so logical
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
01422244
Message ID:
01422245
Views:
77
How are these values created? Could they be of different precision?

>I lost some hours this afternoon and now I could separate the code below and bring it here
>
>It's very odd but the code below is returning .F.
>
>
>
>
>  = MESSAGEBOX (total_min)  && 120  
>= MESSAGEBOX (tMinutos3_tol) && 120
>
>     DO case
>
>                              case total_min <= tMinutos3_tol 
>       
>= MESSAGEBOX(.T.)                       
>
>OTHERWISE 
>
>= MESSAGEBOX(.F.)
>
>endcase
>     
>
>
>
>
>
>
>I also tried: case total_min = tMinutos3_tol, but still returns .f.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform