Hello,
I want to export all channels from the group "MinMaxCurves". I´m using following command which should work:
DataFileSaveSel("C:\MinMaxCurves.csv", "CSV", "'MinMaxCurves/[1]' - 'MinMaxCurves/["&str(GroupChnCount(GroupIndexGet("MinMaxCurves")))&"]'")
But I get this error message:
"Im Befehl "DATAFILESAVESEL("C:\MinMaxCurves.csv", "CSV", "'MinMaxCurves/[1]' - 'MinMaxCurves/["&str(GroupChnCount(GroupIndexGet("MinMaxCurves")))&"]'")" kann der übergebene Text "5-4" des Aelektionsparameters nicht fehlerfrei interpretiert werden."
Normally Diadem should use the index from channels. But instead of using the index, Diadem use the numbers. 5 is the number from my first channel and 4 from my last channel. I also tried out ExtendChnName = "NameIndex" command.
Why Diadem won´t use the index?
Regards
Marcel