Application Development and Automation 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: 
Read only

typecast integer to number

Former Member
0 Likes
360

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
Read only

Former Member
0 Likes
344

Hello,

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

Regards.

Read only

Former Member
0 Likes
344

Hi Ronita,

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

Regards,

Sunil