Advertisement
SC0U7

Untitled

Mar 20th, 2013
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.24 KB | None | 0 0
  1. Module Module1
  2.  
  3.     Sub Main()
  4.         Dim p1 As Integer = 0
  5.         Dim p2 As String = "caw"
  6.         p1 = p2
  7.         MsgBox(p1 & "   " & p2 &  
  8.         If p1 > 22 Then
  9.             MsgBox("Je väčšie)
  10.  
  11.  
  12.  
  13.  
  14.  
  15.    End Sub
  16.  
  17. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement