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 derfloh 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: rccon
  • Order by date
  1. rccon

    Decimal to Sring

    depending on how you want the string to appear var1=0.25 var2=ltrim(str(var1,10,2)) ltrim removes the leading spaces in the conversion that is 10 characters and the 2 specifies the number of decimal places.

Part and Inventory Search

Back
Top