You are here: irt.org | About | Feedback | 1619 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q131
Sent by
Ray Pooley on August 12, 2000 at 09:51:32:
Comments:
Use parseInt() or parseFloat() methods to assign the form text variables to numeric variables and perform your maths on the new variables. eg:
numvar = parseFloat(formelementvalue);
If formelementvalue contains '30.1' then numvar will be equal to 30.1 numeric.
Other feedback on 'irt.org FAQ Knowledge Base Q131' - show all