Kai,
Textfile is on it way.
Re selling in 0.1m units - just change the "5"'s in the JavaScript
To be "10"'s and alter any descriptive text to suit.
Norman.
Textfile is on it way.
Re selling in 0.1m units - just change the "5"'s in the JavaScript
Code:
var intval = Math.ceil(val * 5); // number of 20cm units rounded up val = intval / 5; // round back to decimal value to nearest 20 cm
Norman.
Comment