Simulation Debugger - Specifying an array range of elements..
Posted: Thu May 30, 2019 3:38 pm
I have an array that has 115 elements.
I'm trying just to show a small range e.g ScheduledSetTimes [48]-[52]
Tried ScheduledSetTimes [48]-[52] & ScheduledSetTimes [48],[52]
Showing a single element works e.g ScheduledSetTimes [48]
What is the correct syntax for a range please?
I can manually add multiple single elements, but if require a range of 30 for example can be a pain.
I'm trying just to show a small range e.g ScheduledSetTimes [48]-[52]
Tried ScheduledSetTimes [48]-[52] & ScheduledSetTimes [48],[52]
Showing a single element works e.g ScheduledSetTimes [48]
What is the correct syntax for a range please?
I can manually add multiple single elements, but if require a range of 30 for example can be a pain.