Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- func Nhap($tieude,$VanBan)
- Return InputBox($tieude,$VanBan)
- EndFunc
- func Xuat($tieude,$VanBan)
- MsgBox(0,$tieude,$VanBan)
- EndFunc
- $Name = Nhap(" ","Xin chào, bạn tên gì?")
- Xuat("","À,thì ra mày tên " & $Name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement