Topic
Change the name of the elements within a list
Startseite ' Community ' Allgemein ' Change the name of the elements within a list
- Dieses Thema hat 1 Antwort sowie 2 Teilnehmer und wurde zuletzt vor vor 5 Jahren, 7 Monaten von Bernhard Kantz aktualisiert.
Anzeigen von 2-Stellen - 1 bis 2 (von insgesamt 2)
-
AutorBeiträge
-
02.10.2019 um 10:16 Uhr #34688Darren LimTeilnehmer
Hi,
I was wondering if there is a way i could change the name of the element inside a list.
E.g. My list contains 7 elements and when i create a line graph of all 7 elements, each curve has the name ‘List1 , List2, etc..’ which forbids me to differentiate which curve belongs to which element.
I tried using the AssignListElementNames but it keeps coming up with an error
any advise is appreicated thanks!
02.10.2019 um 12:52 Uhr #34689Bernhard KantzTeilnehmerHi!
What error message do you get? I tried a little example using three synthetic signals in a small formula:
Dim SourceData = [ Signal, <B> Signal2, <C> Signal3] AssignListElementNames(SourceData, { "Sine", "Rectangle", "Triangle" })
The resulting lists element names are those specified in the string dataset.
-
AutorBeiträge
Anzeigen von 2-Stellen - 1 bis 2 (von insgesamt 2)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.