Hello,
i have a little problem with substr.
My problem, i got a barcode in a field. Now the last 4 Digits of the Barcode are the Production Quantity of the product.
as i need this value to calculate the rest of the production, my table has also a field where this quantity should be stored.
i think that a substr(barcode,-1,4) should give me the right value, but i could not figure out how to transfer it with Ajax in my quantity field.
Ideas are welcome !
Gerd