Sauter la navigation

Paramètres du compte.

Topic

DataType-change from Integer to string

Page d'accueil ' Communauté ' FPScript ' Changement de DataType d'entier en chaîne de caractères

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Auteur
    Messages
  • #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

Voir les messages de 3 - 1 à 3 (sur un total de 3)
  • Vous devez être connecté pour répondre à ce sujet.