ArrayNumber

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mia023
    New Member
    • May 2007
    • 89

    #1

    ArrayNumber

    hi everybody
    how can i change a 9 digit integer int to array number.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by mia023
    hi everybody
    how can i change a 9 digit integer int to array number.
    What do you mean by "array number"?

    Comment

    • mia023
      New Member
      • May 2007
      • 89

      #3
      Originally posted by r035198x
      What do you mean by "array number"?
      i mean that for example if we have 123456789 it will read it as each digit at a time.
      i also want to ask you the other way round if we have an arraynumber(cha rcters of ints) how can i make it read a whole number

      Comment

      • Ganon11
        Recognized Expert Specialist
        • Oct 2006
        • 3651

        #4
        There are several ways to get each digit - I can think of 2, using modulus division for the first way, and string manipulation for the second way.

        Comment

        • JosAH
          Recognized Expert MVP
          • Mar 2007
          • 11453

          #5
          Originally posted by mia023
          i mean that for example if we have 123456789 it will read it as each digit at a time.
          i also want to ask you the other way round if we have an arraynumber(cha rcters of ints) how can i make it read a whole number
          Please don't obfuscate yourself; the terminology is 'digits of a number', not
          'arraynumber'; that doesn't make sense and the only result is that you make
          yourself ununderstandabl e to the rest of the computing community.

          kind regards,

          Jos

          Comment

          Working...