Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Last day of a month
Message
De
06/11/1999 00:54:45
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00287143
Message ID:
00287972
Vues:
23
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 )
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform