|
-
June 22nd, 2007, 01:28 PM
#1
IsNumeric Bug
I have implemented my first VB.Net 2005 application and it works fine on my machine but on another machine the IsNumeric function is returning a false when it should be returning a true.
Common.UserLevel = 0
If Not IsNumeric(Common.UserLevel) Then
IsUser = False
End If
Does anyone know of a reason why IsNumeric might work on one machine but not on another?
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
|