In 6/2/05, Ed Kusnitz <[EMAIL PROTECTED]> wrote: > 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.
Not so. Multiple columns and multiple lines can be obtained from CSVRead in a single thread. What do you mean by "module"? Do you mean a sampler? > 2. Use my variables in an If condition, rather than just using > javascript. Sorry, don't understand - please give an example. > 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 > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

