Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Vietnamese ver: http://pastebin.com/index/FTVffHCj
- #include <MsgBoxConstants.au3>
- $loi = 0;
- $data = ClipGet();
- If @error = 1 then
- msgbox(0,"","Clipboard empty!")
- $loi = $loi +1
- EndIf
- If @error = 2 then
- msgbox(0,"","Can not be displayed as text!")
- $loi = $loi +1
- EndIf
- If (@error = 3) or (@error = 4) then
- msgbox(0,"","Can not access the Clipboard!")
- $loi = $loi +1
- EndIf
- if $loi = 0 then MsgBox(0,"",$data)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement