Hello,
When a win-command is used, the accessing point of tram is always same for each loop-iteration.
E.g: win .cmplx .cmplx_win .nosft, OUTPUT_RBIN_PER_CH, OR_1_64_0, OR_1_64_0, 0x1, 0x1, TR_0_162_0, .mod0, 0x0
I need to add increment for each loop-iteration, something like this:
win .cmplx .cmplx_win .nosft, OUTPUT_RBIN_PER_CH, OR_1_64_0, OR_1_64_0, 0x1, 0x1, TR_0_162_0 +increment, .mod0, 0x0
How to do it?