eval

     The function eval() is used to change text into a number. For instance, if a user is asked for a number through a prompt, it is still seen as text by the script. You must use this eval() function to denote that the text is indeed a number.

     Hit BACK to Return