Login Page - Create Account

Support Board


Date/Time: Sat, 04 May 2024 03:36:15 +0000



Post From: Watching Subgraph Data values during debug with Visual C++

[2013-07-08 22:38:02]
Sierra Chart - Max - Posts: 5605
You cannot do it this way.

Do it like this:

float Value = test[1];

And then watch Value.
Sierra Chart Support