|
-
Mar 15th, 2002, 10:32 AM
#1
Thread Starter
Member
isNAN() exist
Is there a similar function to JavaScript's IsNaN() in VB Script?
Thanks.
Steve
-
Mar 15th, 2002, 11:02 AM
#2
Hyperactive Member
IsNumeric() does the same job only the other way round, i.e. :
IsNumeric(53) returns true
IsNumeric("53") returns true
IsNumeric("53a") returns false
--
AS
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|