FlexPro
HistoryBase
Ingénierie
Formation
Téléchargements
Support FlexPro
Connaissance
Communauté
À propos de nous
Références
Emplois
Contact général
Liste des revendeurs
Support FlexPro
FR
DE
EN
Porte-plaquette
Produits et solutions
Support et téléchargements
Entreprise
Magazine
Contact
Langue
MyWeisang

Paramètres du compte.

Topic

Concatenating Hundreds (!) of signals

Page d'accueil ' Communauté ' Généralités ' Concaténation de centaines ( !) de signaux

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #33761
    John Huxtable
    Participant

    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:’dataisignal0’
    end

    How do I combine strings and numbers in order to execute this concatenation?

    #33763
    John Huxtable
    Participant

    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:’dataisignal0’
    end

    How do I combine strings and numbers in order to execute this concatenation?

    #33762
    Bernhard Kantz
    Participant

    Please use the indirection operator $$.

    Example:
    [code]
    For i = 2 To 200 Do
    $”Data” : String i : “\signal0″$
    End
    [/code]

    support@weisang.com

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.