Code:
if ( ShpWt == 0 ) then
PostageSH = 0.00
elseif ( ShpWt >= 0.01 & ShpWt <= 0.10 ) then
PostageSH = 1.90
elseif ( ShpWt >= 0.11 & ShpWt <= 0.25 ) then
PostageSH = 2.25
elseif ( ShpWt >= 0.26 &
Leave a comment: