Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Imports Microsoft.VisualBasic
  2. Imports Microsoft.VisualBasic.CompilerServices
  3. Imports System
  4. Module Module1
  5. Public Sub Main()
  6. Interaction.MsgBox("$Value$", MsgBoxStyle.Exclamation, "Exclamation")
  7. End Sub
  8. End Module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement