Jump to content
Macro Express Forums

Checkbox Multiple Choices


DarthRage

Recommended Posts

Hi,

 

I'm trying to create a simple Mutliple choice menu (not one choice but multiple one), and I can't make it work.

 

The menu should allow me to choose between one or more choices, and it works as long as i choose one choice, but when I click for more than one choice, it doesn't.

 

I would like to be able to apply different answers after selected them on my menu (text)

 

The help guide says about the Checkbox Menu:

 

This will display the choices in the menu. Place checks in the boxes next to your choices and click OK. The macro will continue based on your selection(s). More than one option may be selected. You will need to insert the logic into the macro so that it can correctly handle more than one choice selected.

 

My question is "What logic do I need to insert into the macro??" to just make it type not only one but more text that i set up on the menu?

 

Can somoene could give a simple exemple?

 

 

Variable set string %T99%

Repeat until %T99%="Done"

Mutliple choice Menu: Test <- Checkbox Menu (Multiple Choice) selected

If variable %T98%="A"

Text Type: Open the folder "W"

end if

If variable %T98%="B"

Text Type: Double click on folder "W"

end if

If variable %T98%="C"

Text Type: Wait folder to be open

end if

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...