Don,

This isn't supported right now, but I'll whip something up that allows you 
to get it done.

Charles

[EMAIL PROTECTED] wrote on 07/05/2007 12:32:44 PM:

> 
> I'd like to program a pause that has a variable range. My problem is 
that I
> can't figure out how to get the variable into the pause statement. I can
> set the value of [field0] from a csv file (I verified it by echoing it
> out). So here is the most obvious way to set the pause range
> 
>        <pause distribution="uniform" min="0000" max="[field0]"/>
> 
> But I get a "Scenario command not implemented" error message. So I try 
to
> assign it to a numbered variable first:
> 
>    <nop><action><assign assign_to="1" value="[field0]"/></action></nop>
>    <pause distribution="uniform" min="0000" max="$1"/>
> 
> This throws the same error. What is the right way to accomplish this?
> Thanks
> 
> Don Morrison
> 
> 
> 
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to