Skip navigation

Account settings

Topic

DataType-change from Integer to string

Home page Community FPScript DataType-change from Integer to string

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

    [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

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