How do I create a code in Set header, so that the Name will be displayed as L1, L2 up to L7 if i have 7 signal?
I tried using i++ so that the name of the first signal will be L1, then L2 until L7 but it doesn't work.
I tried using this code:
for (i=0;i <10;i++)
Name="L"+i;
Thank you very much