> Hello Michal, > Thank for the tip. I have tried to use it in __CSVRead() function as > column indicator, so each thread will read from different column, no > success so far. > Do you have any other ideas. > Thank you very much
Well, if I understand your main aim, which is (I suppose) to have different values of some variables for each thread, I will suggest you to use the "User Parameters" pre-modifier. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#User_Parameters Allows the user to specify values for User Variables specific to individual threads. <quote from docs> User Variables can also be specified in the Test Plan but not specific to individual threads. This panel allows you to specify a series of values for any User Variable. For each thread, the variable will be assigned one of the values from the series in sequence. If there are more threads than values, the values get re-used. For example, this can be used to assign a distinct user id to be used by each thread. User variables can be referenced in any field of any jMeter Component. </quote from docs> best regards, Michal Kostrzewa --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]