Val (string)

   Synopsis:
      Converts a string variable into a numeric variable

   Notes:
      Returns 0 if the string isn't a numeric value.
         
   Examples:
      Val ("65") returns 65.
