Converting Integer to String!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Warder

    Converting Integer to String!

    I'm still struggling with these conversions! The wider code is working well
    but I can't get the compiler to accept my attempts at converting Integers
    (back) into Strings.

    What's the trick?

    TIA

    Peter / London


  • cornflux

    #2
    Re: Converting Integer to String!

    take a look at Integer.toStrin g()

    Peter Warder wrote:[color=blue]
    > I'm still struggling with these conversions! The wider code is working well
    > but I can't get the compiler to accept my attempts at converting Integers
    > (back) into Strings.
    >
    > What's the trick?
    >
    > TIA
    >
    > Peter / London
    >
    >[/color]

    Comment

    Working...