Jump to content
Macro Express Forums

GDZ

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by GDZ

  1. All:

     

    Unfortunately, upgrading has the same problem.  At acantor's suggestion, I used the "Clipboard Paste" command but the problem was the same; the [/QUOTE] command was inserted before the text was placed in the post. 

     

    By inserting a delay of 750 milliseconds, it worked okay on the test I was running.  Following is the code as used and the results:

     

    B.jpg.1eb115fce2446f7155052c75b92af311.jpg

     

    A.jpg.347038cb5a62b50f7091daf376bd8623.jpg

     

    I'm not sure how the "delay" command works.  I guess it's possible that if inserting a long text block, it might put the "end-quote" command in the middle of the text.  Time will tell, I guess.

     

    I wish Macro Express had a command that held up further processing of the macro until all commands prior to that command had completed.  If there is such a command, I'm unaware of it.

     

    Comments anyone?

     

    GDZ

  2. acantor and rberq:

     

    To answer your questions:

    I'm not using Dragon.

     

    I'm not using Word.  I'm copying text from a post that appears in Chrome and pasting it into a Chrome webpage similar to what I'm writing in right now.

     

    The "backquote" is pure text, from a single sentence to several paragraphs of text written previously.  

     

    The macro got all screwed up when I tried to reproduce it here so following is a screenshot of it"

     

    403483321_ProblemMacro.jpg.ad5c3deed6f091a01f4af20226f6672b.jpg

     

    Variable T1 is the name of the person to whom I'm writing that was captured in an earlier macro.

    Variable T8 is the URL of the post I'm responding to that was captured in an earlier macro.

    Variable T9 is the forum message number.

    Variable T8 and T9 formk to the message being replied to

     

    Following is a screenshot of the results of the macro.

     

    1434588813_backquotesample.jpg.6f435b172e2179b282d6f9e088ac2880.jpg

     

    After I wrote my first message, I realized that my version of Macro Express is out of date.  I have purchased an upgrade but not yet installed it.  As soon as I can get it installed and test this macro, I'll let you know if that makes any difference.  

     

    Thanks for your help.

     

    GDZ

  3. Re:  The following macro:

    (Line 1)  Variable Restore All Variables
    (Line 2)  Text Type:

    <ENTER>


    (Line 3)  Text Type: %T1%:<SPACE><SPACE>
    (Line 4)  Text Type: (Msg #%T9%)<ENTER>
    (Line 5)  Text Type: <SHIFT><INSERT><ENTER>
    (Line 6)  Text Type:

    <ENTER>

     

    My problem is that the macro executes Line 6 before executing Line 5.

     

    I'm running this in Windows 10.  Macro Express is V3.11.1.1  The macro is one of many I use when writing posts on the Forumania forum.

    Line 1 makes the variables available for use

    Line 2 enters the command

    and moves to the next line



    Line 3 enters the name of the person to whom the post is addressed (T1)

    Line 4 enters the forum URL where the message to which I'm responding can be found (T8) and lists its message number (T9)

    Line 5 copies the backquote from the clipboard into the message and moves to the next line

    Line 6 enters the command

    and moves to the next line

     

    Does anyone know how to fix this?

     

    Thanks for your help.

     

    GDZ

     

     

×
×
  • Create New...