Amerifax-Bob Posted December 29, 2004 Report Share Posted December 29, 2004 If Clipboard Text Equals This command tests to see if the text contents of the clipboard are equal to a specified value. You may optionally choose to make the comparison case sensitive or not. What does it do when it finds that it is equal? But what if it is not? Bob Quote Link to comment Share on other sites More sharing options...
Nicolas Posted December 29, 2004 Report Share Posted December 29, 2004 you're supposed to write something like that : If Clipboard Text Equals "xxxxx" <do something> Else <do something else> End If (or If Clipboard Contains "xxxx") Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.