Forum FlexPro – Discuss your topic!

DataType-change from Integer to string

Home > Community > FPScript > DataType-change from Integer to string

Ansicht von 3 Beiträgen - 1 bis 3 (von insgesamt 3)
  • Autor
    Beiträge
  • #12538

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

    #8201

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

    #8871
    Bernhard KantzBernhard 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

    String 1

    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

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