Jump to content
Macro Express Forums

Fill multiple choice menu with macro


Recommended Posts

Hello,

i want to fill the fields in a multiple choice menu with a file that i read with the ascii file command - is that possible? i can write the data in variables but at the moment i have to put the variables manually in the menue and not through the program.

Thank you very much.

Martin

 

 

Link to comment
Share on other sites

Read from the ASCII file and put the values into variables like T2, T3, T4.

Then in the Multiple Choice Menu instruction, enter %T2%, %T3%, %T4%.

When the macro runs, the menu will display the values.

Variable Set String %T2% "T2 value"
Variable Set String %T3% "T3 value"
Variable Set String %T4% "T4 value"
Multiple Choice Menu: test

This example is from ME version 3, but ME Pro should be similar.

 

zzz.jpg

zzzz.jpg

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