I have to split a number, at most 3 digits in length, to singular digits. I then need to store them within arrays F() and C(). My code has my main program calling a sub program to accomplish this. I need to store the Tens and Hundreds digits into array element C(I+1) and C(I+2) respectively. The code I have is the one I learned, but it does not seem to be working. Maybe some could point me in the right direction. Here's my code so far, my main program is not complete, but the important parts are prior to calling the subprogram and the sub program itself. BTW, this is code for a Large Factorial Calc.
![]()
Please Login or Register to view this content.
Bookmarks