Set header code problem

This forum is dedicated to discuss all problems and suggestions related to the use of geopsy database and its plugins (array processing, H/V,...).
Post Reply
Aufelyn
Posts: 2
Joined: Tue Aug 15, 2017 12:24 am

Set header code problem

Post by Aufelyn »

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
Post Reply