nkormanik Posted September 26, 2005 Report Share Posted September 26, 2005 I'd like to do the following, in a text editor, using Macro Express: If the character under the cursor is 1, do A; If the character under the cursor is not 1, then do B Is that possible using the current version of Macro Express? Thanks, Nicholas Quote Link to comment Share on other sites More sharing options...
Adam Posted September 26, 2005 Report Share Posted September 26, 2005 Though it'll be (relatively) slow because of a copy command, you could just have it do this: Shift Key Down Text Type: <ARROW RIGHT> Shift Key Up Clipboard Copy If Clipboard Text Equals "1" Sound Beep Else Sound Beep Sound Beep End If Text Type: <ARROW LEFT> Clipboard Empty <SHIFTD><TEXTTYPE:<ARROW RIGHT>><SHIFTU><CLIPC><IFOTH2:07:1:1><BEEP><ELSE><BEEP><BEEP><ENDIF><TEXTTYPE:<ARROW LEFT>><CLIPE> 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.