Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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