FlexPro Forum – Discuss Your Topic!

DataType-change from Integer to string

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #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
    Participant

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.