Archive: checking to see if a Strings is numeric


checking to see if a Strings is numeric
Is it possible to check to see if a String is just numeric in value?


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 :

http://nsis.sourceforge.net/archive/...php?pageid=350

evilO/Olive


Many thanks :-)