-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Concatenating Hundreds (!) of signals
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 14 Jahren, 7 Monaten von John Huxtable aktualisiert.
-
AutorBeiträge
-
April 9, 2010 um 10:00 pm Uhr #12567John HuxtableMitglied
I have over 300 short duration events of one channel imported from Dewesoft. Each is stored in a separate folder called Data’i’.
I have copied the first signal as a base and wish to concatenate the remaining on to it (not too worried about gaps in time, so intend to use ‘:’).
I think the way to do this is using a “for” loop, something like:
for i=2 to 300
‘Base:’\datai\signal0’
endHow do I combine strings and numbers in order to execute this concatenation?
April 9, 2010 um 10:00 pm Uhr #8230John HuxtableMitgliedI have over 300 short duration events of one channel imported from Dewesoft. Each is stored in a separate folder called Data’i’.
I have copied the first signal as a base and wish to concatenate the remaining on to it (not too worried about gaps in time, so intend to use ‘:’).
I think the way to do this is using a “for” loop, something like:
for i=2 to 300
‘Base:’\datai\signal0’
endHow do I combine strings and numbers in order to execute this concatenation?
April 10, 2010 um 12:47 am Uhr #8913Bernhard KantzTeilnehmerPlease use the indirection operator $$.
Example:
For i = 2 To 200 Do $"Data" : String i : "\\signal0"$ End
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.