Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Why am I getting a logical instead of a number
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00761511
Message ID:
00761533
Vues:
33
This message has been marked as the solution to the initial question of the thread.
My bet is that yesterday it was
nStorageDue = (nItemRate/nDaysInMonth) * nItemCuft * nNumberOfDays
? nStorageDue
amt_due = ROUND(nStorageDue, 2)
? amt_due
>I had the "?" in for output to the screen while I tested the code. Yesterday it spit numeric amounts to the screen.
>
>>Those lines're incorrect. Remove '?'.
? nStorageDue = (nItemRate/nDaysInMonth) * nItemCuft * nNumberOfDays
>>? amt_due = ROUND(nStorageDue, 2)
>>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform