Search:

Type: Posts; User: Norm

Search: Search took 0.12 seconds.

  1. Thread: Seperate numbers

    by Norm
    Replies
    5
    Views
    843

    Re: Seperate numbers

    What does the code print out now?

    Try debugging the code by breaking that big expression up into single steps and print out the results at each step so you can see what the code is doing.
  2. Thread: Seperate numbers

    by Norm
    Replies
    5
    Views
    843

    Re: Seperate numbers

    Try separating the digits out one step at a time using the % and the / operators
    instead of trying to do it all in one expression.
Results 1 to 2 of 2