Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback on: irt.org FAQ Knowledge Base Q131, August 12, 2000 at 09:51:32:

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

©2018 Martin Webb