Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/02/04 09:26
Read: times


 
#73494 - RE: Remainder
Responding to: ???'s previous message
hi,
it will work if you replace "counter1" with "counter":
for(loop = 0;loop<=5;loop++) 
{ 
  Value[loop] = counter % 10; 
  counter = counter / 10; 
}
Regards,
Oleg

List of 4 messages in thread
TopicAuthorDate
Remainder            01/01/70 00:00      
   RE: Remainder            01/01/70 00:00      
   RE: Remainder            01/01/70 00:00      
      RE: Remainder            01/01/70 00:00      

Back to Subject List