Search:

Type: Posts; User: helloworld922

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    3,502

    Re: String manipulation help

    @duff
    your code is almost right. Instead of setting the String at i to just a single 1 or 0, you have to get the i'th string and then set a specific character to 1 or 0. Here's a version that will...
  2. Replies
    7
    Views
    3,502

    Re: String manipulation help

    Double quotes denote a String. Single quote denote a character. Also, you're missing some bits of code, such as calling the get method. Your logic could also use some fixing.

    here's the...
Results 1 to 2 of 2