Results 1 to 2 of 2

Thread: isNAN() exist

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2002
    Posts
    42

    isNAN() exist

    Is there a similar function to JavaScript's IsNaN() in VB Script?

    Thanks.

    Steve

  2. #2
    Hyperactive Member Anglo Saxon's Avatar
    Join Date
    Mar 2002
    Location
    Durham, UK
    Posts
    259
    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
  •  



Click Here to Expand Forum to Full Width