Quote Originally Posted by jazzah View Post
Hi Rod, what are the dimensions used for the 500gm satchel? The last time I did a maths class, 25 cms was not less that 22cms? Has that changed?

Jazzah
Apparently :-)

This is the code used for checking the 500gm Satchels

if (($weight <= 500) && ((($width + $height) * 2 ) <= (220 * 2)) && ((($length + $height) * 2 ) <= (353 * 2) ) && ($length <= 353) && ($width <= 220) )

I'm not seeing where I've gone wrong.. can you?

Cheers
Rod