Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: glaing
  • Content: Threads
  • Order by date
  1. glaing

    Formatting float to no decimals

    Hi, I have bee trying to format the following field and cannot seem to get it right. All examples show consolewrite where as I am trying to put the formatted number in a cell. Here is the code float l_perday = 0; l_perday = (l_gros_renew + (l_gros_renew * l_ipt))/365; I want l_perday to be...

Part and Inventory Search

Back
Top