We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Would like the ability to have a multi-line message in M291. Propose \n for new line. This is to format information to user.
M291 P{"Variable A="^global.VarA^\n^Variable B="^global.VarB} S2 would result in Message Dialog Variable A=5 Variable B= 10
Tried echo but goes to console and does not prompt user.
Ex. Photos, mockups, etc.
The text was updated successfully, but these errors were encountered:
Another possible implementation would be for the M291 P parameter to accept an array of strings.
Sorry, something went wrong.
x0rtrunks
No branches or pull requests
Is your feature request related to a problem? Please describe.
Would like the ability to have a multi-line message in M291.
Propose \n for new line.
This is to format information to user.
Describe the solution you propose.
M291 P{"Variable A="^global.VarA^\n^Variable B="^global.VarB} S2
would result in Message Dialog
Variable A=5
Variable B= 10
Describe alternatives you've considered
Tried echo but goes to console and does not prompt user.
Provide any additional context or information.
Ex. Photos, mockups, etc.
The text was updated successfully, but these errors were encountered: