Support Board
Date/Time: Tue, 04 Nov 2025 15:15:54 +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: 42753 | 
| 
                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  | 
        
