s8884 Posted January 1, 2018 Report Share Posted January 1, 2018 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 Quote Link to comment Share on other sites More sharing options...
acantor Posted January 1, 2018 Report Share Posted January 1, 2018 It sounds do-able with Macro Express, but it would be helpful if you would provide more details. Quote Link to comment Share on other sites More sharing options...
rberq Posted January 1, 2018 Report Share Posted January 1, 2018 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. Quote Link to comment Share on other sites More sharing options...
rberq Posted January 1, 2018 Report Share Posted January 1, 2018 Sorry, duplicate post. Quote Link to comment Share on other sites More sharing options...
s8884 Posted January 2, 2018 Author Report Share Posted January 2, 2018 Thats it thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.