Jump to content
Macro Express Forums

Drak

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Drak

  1. Okay, okay.. Something else I need help with again :D

     

    Here is an *example* of the 'Clipboard' I want to pull numbers from:

     

    [asdghwektk34]24419001041}safffasvkkaksk532
    dasd-as9cikl2k3mltm2l vlk,,fa
    h:  (515) 555-1551 asr123
    asjdia98i312 fasfc23 (251) 414-1516
    12ddasc t4rh45yhwerfweaccasccaccasc
    314r3r13 (251) 123-4567

     

    Basically, I just want to get the three phone numbers out of there while setting each one to a Variable as fast as possible. Any help is appreciated and I hope this is possible?

     

    End result would be like...

     

    %t1%=(515) 555-1551

    %t2%=(251) 414-1516

    %t3%=(251) 123-4567

     

     

    Thanks!

  2. Well, I have a simple question. I am currently have a macro that runs indefinately and I would like to know how, and if I can run another macro at the same time.

     

    Basically, my first macro goes like this:

     

    Repeat Until %T1% = "1"
     Delay 1200 Seconds
     Sound Beep
     Delay 100 Milliseconds
     Sound Beep
     Delay 100 Milliseconds
     Sound Beep
     Delay 100 Milliseconds
     Sound Beep
    Repeat End

     

    It makes a sound to remind me to do something. Then I have a macro that does this:

     

    Delay 50 Milliseconds
    Text Type: <ALT><TAB>
    Delay 100 Milliseconds
    Text Type: <SPACE>
    Delay 121 Milliseconds
    Text Type: s
    Delay 50 Milliseconds
    Text Type: <ALT><TAB>

     

    I want something to be constantly reminding me to do something and then I will be able to use the second one to that just that.

     

    I need to have the beep one running constantly and it reminds me every 10minutes or so to do Macro#2.

     

    (If it is a basic setting in Macro Express, that would be nice of you to point it out; as I looked for 5minutes and gave up. Along with looking at the help options.)

     

    Any help? Thanks.

×
×
  • Create New...