I would like to do the following: 1. Create a module with some user parameters. The module could be run multiple times on one thread, each with different parameters, being read from a file. This is the way __CSVRead works, but that only works on different threads.
2. Use my variables in an If condition, rather than just using javascript. Either or both of these would make it much easier to write certain test plans. You could basically use the logic controllers as a mini programming language. Any reason why these features couldn't be implemented? Thanks --Ed

