Topic
DataType-change from Integer to string
- This topic has 2 replies and 2 voices and was last updated 21 years, 8 months ago ago by g.foidl@jenbacher.com.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
15.09.2003 at 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 at 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 at 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).
-
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.