Jump to content
Macro Express Forums

Drak

Members
  • Posts

    4
  • Joined

  • Last visited

Drak's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks! It looks like I got it to work, but when there is less than 3 phone numbers it like relaps and takes the same number as before and chops it up so to say. I think I can fix this though EDIT: Yep, fixed it up nicely so it figures out how many there are first.
  2. I had made one that used ASCII or something like that but I couldn't completely get it to work and just deleted it after frustrations, perhaps you could shed some light with an example as I really am not too good with this? Perhaps Direct Editor format? If not, that's okay. I can read more about this kind of stuff heh.
  3. Okay, okay.. Something else I need help with again 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!
  4. 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...