Jump to content
Macro Express Forums

stackexchange

Members
  • Posts

    19
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by stackexchange

  1. There isn't an activation option to run a macro when I login to my computer from a remote session. I'm using Splashtop and Teamviewer and want to run a macro when I login. Logging in involves the standard win10 login screen. What are some methods to get this to work? I tried resolution change, but that doesnt work as resolution doesnt change on login.

  2. I'm trying to do a basic conditional if statement. I want to compare X to an array variable I have set. I basically have a preset array of strings I want to match a given variable to.

     

    I currently have this:

     

    http://prntscr.com/4n8ll0

     

     

    if %name% = %name_ban[]%

     

    I left out the number inside the bracket to match the entire array. can this be done or is there another method to match a variable to a set of strings within an array?

  3. Hi,

     

    I'm trying to write a script which involves the following large decimal numbers: .000001 and .00001

     

    When using the decimal variable it only goes up to .0001 and when storing anything larger than that I get a hex value equivalent. This poses a problem as when you paste it back into a field. It comes out with 1^EF or something like that.

     

    Currently I have no choice but to set it as a string and then loading up the Calculator app and paste it in there to do the calculations. Its kind of crude, but works for now until MEP supports float variables or the equivalent.

     

    Whats another work around does everyone else have?

     

    thanks

  4. Proposal - Macro Express Community on Stackexchange Q&A

     

    Hi all,

     

    Sorry to intrude, but I just started a new stack exchange Q&A area for macro express and would like everyone to pitch in and help get this proposal passed. I'm an avid macro express user, but its really hard to find a good place to get questions answered besides this forum.

     

    Please help support the growing macro express community: http://area51.stackexchange.com/proposals/49648/macro-express-windows-automation-tool?referrer=BusOzT0bacooh9wd2t83TA2

     

    Thanks!

    • Like 1
×
×
  • Create New...