Hi,
I have a program which reads 30 SDI12 Sensors with 6 Values each in a For-loop. The data is stored in a twodimensional array (Sensors(1-30, 1-6). The table command stores Sensors(). This generates in the written Table Headers like Sensors(1,1) and so on. With defining 180 Alias' I could change them to ID#_ Temp, ID#_Humidity and so on. Is there a way to generate this with a script?
Thanks
Ed
One time I made an Excel spreadsheet to generate a bunch of Alias lines for me. Excel does have several text functions that can be used in cell formulas. After it is generated, you can copy and paste the text into the program.
Some scripting languages like Python are also a quick way to generate lines of text.
This post is under review.