This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

In an array.

Hello,
I want to convert a 14 digit word (which is a float) to the elements of an array.EXample:987654321012.34 to b[0]=9;b[1]=8;b[2]=7...etc..Can anyone please help..Thanks in advance...

0