Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why am I getting a logical instead of a number
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00761511
Message ID:
00761533
Views:
34
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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform