Search:

Type: Posts; User: CT&SC

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    7,978

    [SOLVED] Re: Recursive Sentence Finder

    Sure. Of course, beauty is in the eye of the beholder, and maybe some other members can chime in, but...

    First, not that it matters, but I don't think this stipulation in the third elseif clause...
  2. Replies
    4
    Views
    7,978

    [SOLVED] Re: Recursive Sentence Finder

    Change this line:
    shorterSentence.find(find);

    to this line:
    result = shorterSentence.find(find);

    There is also some tidying up you could do, but I think that the only problem with the code is...
Results 1 to 2 of 2