Jump to content
Macro Express Forums

macro express blanks


Recommended Posts

This should work, although it is a bit slow. If anyone knows of a quicker way, please let me know?

Shamelessly stolen from here :- https://www.macros.com/faq/1.79.html

Repeat Until %cClipboardString% Equals ""
  Text Type (Simulate Keystrokes): <ARROW DOWN>
  Clipboard Copy
  Variable Set String %cClipboardString% from the clipboard contents
  Variable Modify String %cClipboardString%: Trim
End Repeat


 

<VARIABLE SET STRING Option="\x00" Destination="%cClipboardString%" NoEmbeddedVars="FALSE" _ENABLED="FALSE"/>
<REPEAT UNTIL Variable="%cClipboardString%" Condition="\x00"/>
<TEXT TYPE Action="0" Text="<ARROW DOWN>"/>
<CLIPBOARD COPY/>
<VARIABLE SET STRING Option="\x02" Destination="%cClipboardString%" NoEmbeddedVars="FALSE"/>
<VARIABLE MODIFY STRING Option="\x00" Destination="%cClipboardString%"/>
<END REPEAT/>

Alan

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...