Topic
DataType-change from Integer to string
Startseite ' Community ' FPScript ' DataType-change from Integer to string
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 21 Jahren, 8 Monaten von g.foidl@jenbacher.com aktualisiert.
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
-
AutorBeiträge
-
15.09.2003 um 21:32 Uhr #33414g.foidl@jenbacher.comTeilnehmer
Is there any function in FlexPro V5 available to change the datatype into string (e.g. from integer to string)?
16.09.2003 um 01:49 Uhr #33412g.foidl@jenbacher.comTeilnehmerIs there any function in FlexPro V5 available to change the datatype into string (e.g. from integer to string)?
16.09.2003 um 01:49 Uhr #33413Bernhard KantzTeilnehmerIn 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).
-
AutorBeiträge
Anzeigen von 3-Stellen - 1 bis 3 (von insgesamt 3)
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.