Support Board
Date/Time: Tue, 28 Oct 2025 02:55:20 +0000
Post From: whay do i get no operator "[]" matches these operands error in Visual Studio Debuding?
| [2021-07-08 17:38:51] |
| John - SC Support - Posts: 42589 |
|
To get the VS Debugger to show the values of an array or vector you can add the following after the variable in the Watch list: + offset, count Where 'offset' is the number of items to skip forward and 'count' is the number of items to display. You can omit the '+offset' and just use the ', count'. For example, if you want to display items 101 - 110, you could add '+ 100, 10' after the variable in the watch list. For the most reliable, advanced, and zero cost futures order routing, use the Teton service: Sierra Chart Teton Futures Order Routing |
