TableSearch Function

dapiondapion Member, PRO Posts: 353

Hi,
I just try with the table search function.
The function itself works fine, but I get always shows the respective row number.
But the result should be the value(text) of the row.

Someone an idea?

Comments

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    Not sure the question...Is the question whether of not you can search for a string value? If so, yes, you can.

  • dapiondapion Member, PRO Posts: 353

    Excuse my english...

    finally I have a table with 200> entries.
    And from that I try to look for all words beginning with the "A".
    From this search I would like to write all the results in another table with the value(text) found.

  • Braydon_SFXBraydon_SFX Member, Sous Chef, Bowlboy Sidekick Posts: 9,273

    The search function will stop and find the first instance of that search. It's not going to find all of the words that begin with "a."

    You're going to want to use this concept (see video) for what you're trying to do.
    When you detect a word that begins with "a", write that word to a new table before the loop goes through another iteration.

  • dapiondapion Member, PRO Posts: 353

    Ok, that with the instance was for me not entirely clear.
    I'll watch the video ...
    Thanks for the tip

Sign In or Register to comment.