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

Char to float conversion

Former Member
0 Likes
782

Hi,

I am holding float value in a variable which i want to convert it into float again.

Help Will be rewarded

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
444

hi,

u can take a float variable and move char into it directly.

float1 = char1.

1 REPLY 1
Read only

Former Member
0 Likes
445

hi,

u can take a float variable and move char into it directly.

float1 = char1.