CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    California
    Posts
    264

    Does VB has NaN variable?

    I remember in VC++, there is a Single.NaN variable(stand for "Not a Number"). I don't know if VB also has this variable? The NaN variable is pretty useful in instrument automation testing area.

    Thanks!

    Best Regards,

    Kevin Shen
    Best Regards,

    Kevin Shen

  2. #2
    Join Date
    Apr 2001
    Location
    CA
    Posts
    153

    Re: Does VB has NaN variable?

    There is the IsNumeric function

    thanx/good luck,
    adam
    thanx/good luck

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

Featured