I have a section of vbscript in an asp page which checks that a variable is a number. it works for the most part but fails whenever the variable contains a "d" or an "e" (upper or lower case).
A co-worker told me that a number concantenated with "e" can be interpreted by the asp engine as an exponential number.. thus the variable will be considered numeric..
what about a number concantenated with a "d"?
Thanks
A co-worker told me that a number concantenated with "e" can be interpreted by the asp engine as an exponential number.. thus the variable will be considered numeric..
what about a number concantenated with a "d"?
Thanks