philspeakman
02-27-2003, 10:25 AM
i used this
var height3 = eval(height2)+eval(inches);
height 2 was a number divided by 12 - that bit worked
as does the input for inches so i assume its an eval problem should i be using some thing else?
Ta
Phil
var height3 = eval(height2)+eval(inches);
height 2 was a number divided by 12 - that bit worked
as does the input for inches so i assume its an eval problem should i be using some thing else?
Ta
Phil