Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 03/06/2015 in all areas

  1. Typically I would use a regex to validate a number, for a decimal number you could use ^[+-]?[0-9]+$ with Match Pattern to perform validation. In this case you could also verify that the remaining string is empty when you use Scan from String.
    1 point
  2. Sounds like scan from string universally works too, but I have code to convert to a number and back to a string. If they match, I consider it a valid numeric: convert numeric string.vi
    1 point
  3. Don't freak us out there...
    1 point
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.