Topic
DataType-change from Integer to string
Page d'accueil ' Communauté ' FPScript ' Changement de DataType d'entier en chaîne de caractères
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par g.foidl@jenbacher.com, le il y a 21 années et 8 mois.
Voir les messages de 3 - 1 à 3 (sur un total de 3)
-
AuteurMessages
-
15.09.2003 à 21:32 #33414g.foidl@jenbacher.comParticipant
Is there any function in FlexPro V5 available to change the datatype into string (e.g. from integer to string)?
16.09.2003 à 01:49 #33412g.foidl@jenbacher.comParticipantIs there any function in FlexPro V5 available to change the datatype into string (e.g. from integer to string)?
16.09.2003 à 01:49 #33413Bernhard KantzParticipantIn 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).
-
AuteurMessages
Voir les messages de 3 - 1 à 3 (sur un total de 3)
- Vous devez être connecté pour répondre à ce sujet.