![]() |
How to ShowMessage() with long double value?
For example for int:
Code:
ShowMessage(IntToStr(value)); |
Re: How to ShowMessage() with long double value?
Find the family of functions that includes IntToStr() and see if there is a LongDoubleToStr(). Alternatively use sprintf %ld to "print" the long double to a char array X then just ShowMessage(X).
|
| All times are GMT +5.5. The time now is 21:50. |