Jump to content
Macro Express Forums

Combo box or similar to get multiple variables at start of macro?


jbird

Recommended Posts

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.

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