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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.