Determine if a string is numeric: Difference between revisions

Content deleted Content added
→‎[[C sharp|C#]]: Fixed compiler link.
→‎[[Visual Basic .NET]]: Fixed compiler link
Line 212: Line 212:
[[Category:Visual Basic]]
[[Category:Visual Basic]]


Compiler: Microsoft (R) Visual Basic Compiler version 8.0
Compiler: [[Visual Basic]] 2005
Dim Value As String = "123"
Dim Value As String = "123"
Line 218: Line 218:
End If
End If



==[[VBScript]]==
==[[VBScript]]==