Ankündigung

Einklappen
Keine Ankündigung bisher.

Logic modules: string functions

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Logic modules: string functions

    Hi,

    About logic modules & string functions.
    I see functions like rfind, strip, lstrip, rstrip, but I don't see the equivalent of the Basic "Left$" or "Right$".
    Maybe I overlooked them ?
    Maybe an alternative / workaround ?

    My purpose is to get only the leftmost/rightmost x characters of a string; i.e. NewString = Left$(OrgString,5)
    NB:
    There are no delimeters in the original string, so I can only cut it based on a number of characters.
    The content of the string is unknown but contains only numbers.

    Thank you for any hint.

    #2
    There it is:

    https://knx-user-forum.de/downloads.php?do=file&id=52
    Gruß Matthias
    EIB übersetzt meine Frau mit "Ehepaar Ist Beschäftigt"
    - PN nur für PERSÖNLICHES!

    Kommentar


      #3
      Zitat von MatthiasS Beitrag anzeigen
      There it is:
      Thank you very much

      Kommentar

      Lädt...
      X