in reply to Re^2: How to check if a scalar value is numeric or string?
in thread How to check if a scalar value is numeric or string?

If you know at the point where you store the value that it is a 1 or a '1', then store '1' (including the quote marks) for the string version.


True laziness is hard work
  • Comment on Re^3: How to check if a scalar value is numeric or string?