Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Not so logical
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Not so logical
Miscellaneous
Thread ID:
01422244
Message ID:
01422244
Views:
238
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.
Next
Reply
Map
View

Click here to load this message in the networking platform