Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Last day of a month
Message
From
06/11/1999 00:54:45
 
 
To
05/11/1999 11:40:48
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00287143
Message ID:
00287972
Views:
24
I would say (but without testing... I may be wrong) that this is slower than the one line formula. It has two lines of code instead of one and, in this case, I believe this make it slower even if you save in function calls.

Anyway, the performance is not so important. Except when you need to use such formulas for SQL statements, table scanning & other commands that must do a huge number of such calculations.

Vlad

>ldLastDay = GOMONTH( DATE(),1 )
>ldLastDay = ldLastDay - DAY( ldLastDay )
Previous
Reply
Map
View

Click here to load this message in the networking platform