Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

typecast integer to number

Former Member
0 Kudos

hi.

I need to typecast an integer value to number.

Number- because i need to concatenate the number variable to string message.

How do i do it?

Thanks & regards,

Ronita

2 REPLIES 2

Former Member
0 Kudos

Hello,

Create an variable with type N and move the value to this variable and concatenate it with the string.

Regards.

Former Member
0 Kudos

Hi Ronita,

I think you can directly move the Integer to Number and Perform some String Operations.

Regards,

Sunil