Skip to content
⌘ NSIS Forum Archive

checking to see if a Strings is numeric

3 posts

b_avery@yahoo.c#

checking to see if a Strings is numeric

Is it possible to check to see if a String is just numeric in value?
evilO#
Hi 🙂

Err, not too sure of what you mean by "if a String is just numeric in value"...

If you want to verify that a string does/doesn't contain numeric characters, you can use dselkirk's validation function :



evilO/Olive