Sorry, after I ran it, I started editing the sketch to print out a few different examples of values in unsigned longs, with var1, var2, etc. Then decided not to bother doing that, but pasted the edited code which I obviously didn't compile before posting it.
Ah, I just did something that worked for unsigned long. I didn't know you also wanted to convert other numeric types. Perhaps try converting to a String and then step along the characters in the string to get the number corresponding to each character.
Hello Dave,
you did an excellent job, I'm a very beginner to Arduino and I did mention double,
but for what I'm working now the Long, will do the work fine.
Hello J-M-L
for now I'm learning Arduino code, and read about array in general
I dont have a specific project just learning.
I could have ask for 'int' instead.
Have a great day.
Hello Dave,
I tried to find info's about this line 'void convertUlToArray(unsigned long input)'
did not find anything about 'input' or function related.
if possible, can you direct me to a source that I can learn from it.
Thanks again Dave.