jbird Posted September 5, 2016 Report Share Posted September 5, 2016 I want to prompt for dimensions and weight at the beginning of macro, then set each response to different variables. I have only found a way to get one variable at a time using set string prompt for variable. Anyone know how to get more info with only one prompt? Quote Link to comment Share on other sites More sharing options...
rberq Posted September 5, 2016 Report Share Posted September 5, 2016 Here's a method that's a little messy, so it may be advisable or not depending on who will be using it: Prompt for a string value, for example, Enter length / width / height / weight separated by the letter "x" Response typed by the user will be a single text string, something like 21x15x6x13 -- that is, 21 inches by 15 inches by 6 inches by 13 pounds. Your macro can then parse out the string into separate integer or decimal variables. 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.