Skip to main content
10-Marble
August 11, 2025
Solved

If there is a way to display the values of variables inside a block in mathcad 15?

  • August 11, 2025
  • 1 reply
  • 694 views

If there is a way to display the values of variables inside a block in mathcad 15?

Snag_16f257e7.png

Best answer by Werner_E

No, there is no way to show these values somewhere inside the program block, but you sure could return them along with the final result

Werner_E_0-1754939705521.png

 

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
August 11, 2025

No, there is no way to show these values somewhere inside the program block, but you sure could return them along with the final result

Werner_E_0-1754939705521.png

 

10-Marble
September 7, 2025

Is it possible to get the same thing using the program trace window?

25-Diamond I
September 7, 2025

@DD_13910355 wrote:

Is it possible to get the same thing using the program trace window?


Sure, if you don't want the values to displayed like variables in the Mathcad sheet, using "trace" sure is a way to show values while the program is still running. Another option is to write the values in question to a file. Both methods slow down calculation time, though.

I assume that you want to show values while a program runs in loops?
You may have to post a worksheet to make clear what exactly you are after.