Page 6390 of 7207 FirstFirst ... 53905890629063406380638863896390639163926400644064906890 ... LastLast
Results 63,891 to 63,900 of 72066

Thread: The Chat Thread

  1. #63891
    stop trying
    Join Date
    Apr 2007
    Posts
    2,659

    Default

    if you guys even glance at my avatar im gonna be so offended

  2. #63892
    Beginner OneSevenNine's Avatar
    Join Date
    Jan 2010
    Location
    Don't have a custom title so this space will have to do
    Posts
    30

    Default

    Spoiler!

    Click the above free music i am so artist
    Spoiler!

  3. #63893
    butts FailFTW's Avatar
    Join Date
    Oct 2008
    Location
    Arizona
    Posts
    5,716

    Default

    why hello there hobbes
    Butts.

    213 181 178 166 165 164 162 152 147 135 134 130 125 123 123 120 120 104 100 100

  4. #63894
    stop trying
    Join Date
    Apr 2007
    Posts
    2,659

    Default

    privacy == invaded

    im reporting you to the internet police

  5. #63895
    butts FailFTW's Avatar
    Join Date
    Oct 2008
    Location
    Arizona
    Posts
    5,716

    Default

    Quote Originally Posted by KittySamurai View Post
    privacy == invaded
    output: false
    Butts.

    213 181 178 166 165 164 162 152 147 135 134 130 125 123 123 120 120 104 100 100

  6. #63896
    stop trying
    Join Date
    Apr 2007
    Posts
    2,659

    Default

    Code:
    x = s.find("\'")    
    y = s.find("\"")
        if first(x, y) == x:
            z = s.find("\'", x + 1)
            if z != -1:
                return s[x + 1:z]
            else:
                return ''
        elif first(x, y) == y:
            z = s.find("\"", y + 1)
            if z != -1:
                return s[y + 1:z]
            else:
                return ''
        else:
            return ''
    there's gotta be a way to streamline this ****

  7. #63897
    Crimson Balrog PhoenixRider's Avatar
    Join Date
    Jul 2006
    Posts
    4,590

    Default

    Quote Originally Posted by KittySamurai View Post
    Code:
    x = s.find("\'")    
    y = s.find("\"")
        if first(x, y) == x:
            z = s.find("\'", x + 1)
            if z != -1:
                return s[x + 1:z]
            else:
                return ''
        elif first(x, y) == y:
            z = s.find("\"", y + 1)
            if z != -1:
                return s[y + 1:z]
            else:
                return ''
        else:
            return ''
    there's gotta be a way to streamline this ****
    oh hi there, you are doing what I am currently learning.

  8. #63898
    butts FailFTW's Avatar
    Join Date
    Oct 2008
    Location
    Arizona
    Posts
    5,716

    Default

    Quote Originally Posted by KittySamurai View Post
    Code:
    x = s.find("\'")    
    y = s.find("\"")
        if first(x, y) == x:
            z = s.find("\'", x + 1)
            if z != -1:
                return s[x + 1:z]
            else:
                return ''
        elif first(x, y) == y:
            z = s.find("\"", y + 1)
            if z != -1:
                return s[y + 1:z]
            else:
                return ''
        else:
            return ''
    there's gotta be a way to streamline this ****
    You could try a loop.
    Butts.

    213 181 178 166 165 164 162 152 147 135 134 130 125 123 123 120 120 104 100 100

  9. #63899
    stop trying
    Join Date
    Apr 2007
    Posts
    2,659

    Default

    Quote Originally Posted by PhoenixRider View Post
    oh hi there, you are doing what I am currently learning.
    i have a huge project due in 12 hours that's not even close to working

    what are you working on right now, i'll distract myself and help you

  10. #63900
    Moderator
    Join Date
    Sep 2005
    Location
    U.S.A.
    Posts
    1,687

    Default

    "while" or "for" loop.

    And is that python?


Similar Threads

  1. The Runescape Thread (well i hope thread)
    By ddlink in forum Tomato Island
    Replies: 34
    Last Post: 3rd June 2012, 01:36 AM
  2. The NFL Playoffs Thread/Superbowl Thread
    By jhtv in forum Tomato Island
    Replies: 15
    Last Post: 15th November 2011, 09:03 AM
  3. I believe thread...
    By Theisis in forum General Discussions
    Replies: 57
    Last Post: 11th January 2010, 10:06 AM
  4. The Pie Thread
    By silverchao in forum Tomato Island
    Replies: 147
    Last Post: 25th February 2009, 05:34 AM
  5. Stupid Patch MSN chat
    By CrunkBandit in forum General Discussions
    Replies: 0
    Last Post: 4th January 1970, 10:19 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •