Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hey!
I'm wondering if there is a way to get more than one output from a program in Mathcad Prime? In my case it is a for loop and I would like to output both a message and a parameter (1-by-2 vector).
For example:
test = "Error in:" [3,5] ...or something like that.
Where "test" is the function I'm using.
Thanks in advance!
Solved! Go to Solution.
You can nest vectors and matrices. So let the return value of your program be a 2x1 vector where the string is the first and the 1x2 matrix is the second element.
You can nest vectors and matrices. So let the return value of your program be a 2x1 vector where the string is the first and the 1x2 matrix is the second element.
I think I should have been able to see that... thank you for enlightening me