Eek, you really did mean code generation. Code generation is not the answer. Why would you build code to check conditions instead of just checking conditions.
You're actual question appears to be "How do I check a set of words (returned by a function) against a set of words?"
Check for what? Are you trying to find the intersection of the sets?
How does the function return the set of words? As a list of strings?
In reply to Re^3: Dynamic if loop
by ikegami
in thread Dynamic if statement
by ideasuntouched
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |