Hide CamelCase
Another test
Private Sub MySub
Dim i As Integer
Dim x As Integer
If x = 27 AND i=30 then
msgbox("Hello World!")
' this will never happen
End if
For i = 1 to 50
x += (i * 10)
Next i
End Sub
Dim i As Integer
Dim x As Integer
If x = 27 AND i=30 then
msgbox("Hello World!")
' this will never happen
End if
For i = 1 to 50
x += (i * 10)
Next i
End Sub
The code sample above shows wiki code formatting.
#define Version ME VSS Vx
CategoryWiki

There are no comments on this page. [Add comment]