Advertisement
toan9xpro2012

Sữa hàm

Sep 17th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.22 KB | None | 0 0
  1. func Nhap($tieude,$VanBan)
  2.     Return InputBox($tieude,$VanBan)
  3. EndFunc
  4. func Xuat($tieude,$VanBan)
  5.     MsgBox(0,$tieude,$VanBan)
  6. EndFunc
  7.  
  8. $Name = Nhap(" ","Xin chào, bạn tên gì?")
  9. Xuat("","À,thì ra mày tên " & $Name)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement