On Tuesday 23 October 2001 00:07, Johnathan Smith wrote: > What happends if the number is 97 or 1197?
% is the C modulo operator, which mean that % 100 will gives you the 2 last digits of a number, if it is exprimed in base 10. So, it will returns 97, which is what you want. -- Daniel Morais -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
