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 MikeeOK 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: austingal
  • Content: Threads
  • Order by date
  1. austingal

    SQL Help

    I need to do a conversion on a field. The field is a numeric field and can be a negative value. I need to pad the field so that it is 5 in length (padding with zeros) (interface to a mainframe. Currently I use lpad(field, 5, 0) with no problems but now we have negative numbers and it is coming...
  2. austingal

    Problem with conversion from string in calculation

    I have been handed over an application that I did not create :) and am fairly new to javascript. My problem is a simple calculation formVal1 = ((1000000 - formVal3) + formVal2) * .0096 I discovered that + is concatenated when adding strings so I need to convert formVal2 to a number. I've...

Part and Inventory Search

Back
Top