mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 00:34:38 +02:00
intro script Dec Sep issue
This commit is contained in:
parent
102ed648be
commit
064af97b49
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
Public Shared Function IsNumeric(obj As Object) As Boolean
|
Public Shared Function IsNumeric(obj As Object) As Boolean
|
||||||
If TypeOf obj Is String Then
|
If TypeOf obj Is String Then
|
||||||
Return IsNumeric(CStr(obj))
|
Return IsNumeric(CStr(obj).InsertDecSeparator())
|
||||||
End If
|
End If
|
||||||
|
|
||||||
Return Microsoft.VisualBasic.IsNumeric(obj)
|
Return Microsoft.VisualBasic.IsNumeric(obj)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user