FlexPro
HistoryBase
Engineering
Training
Downloads
FlexPro-Support
Wissen
Community
Über Uns
Referenzen
Jobs
Allgemeiner Kontakt
Händlerverzeichnis
FlexPro-Support
DE
EN
FR
Placeholder
Produkte und Lösungen
Support und Downloads
Unternehmen
Magazin
Kontakt
Sprache
MyWeisang

Account Einstellungen

Topic

DataType-change from Integer to string

Startseite ' Community ' FPScript ' DataType-change from Integer to string

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #33414

    Is there any function in FlexPro V5 available to change the datatype into string (e.g. from integer to string)?

    #33412

    Is there any function in FlexPro V5 available to change the datatype into string (e.g. from integer to string)?

    #33413
    Bernhard Kantz
    Teilnehmer

    In FlexPro 5 there is no way to convert an integer to a string. String conversion was added in FlexPro 6 along with some more string operations (e. g. StringLeft, StringLength …). In FlexPro 6 it is possible to write something like this

    [code]String 1[/code]

    to convert an integer value to a string. This notation is compatible with the type conversion operators that are available in FlexPro 5 (e. g. FloatingPoint64).

    support@weisang.com

Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.