sebb        2004/06/22 16:55:15

  Modified:    xdocs/usermanual Tag: rel-2_0 functions.xml
  Log:
  Expand SFF description
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.14.2.5  +8 -9      jakarta-jmeter/xdocs/usermanual/functions.xml
  
  Index: functions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/functions.xml,v
  retrieving revision 1.14.2.4
  retrieving revision 1.14.2.5
  diff -u -r1.14.2.4 -r1.14.2.5
  --- functions.xml     19 Jun 2004 15:45:01 -0000      1.14.2.4
  +++ functions.xml     22 Jun 2004 23:55:15 -0000      1.14.2.5
  @@ -199,7 +199,7 @@
           <property name="Variable Name" required="No">
   A reference name - refName - for reusing the value created by this function. Stored 
values are of the form ${refName}.
           </property>
  -        <property name="Start sequence number" required="No">Initial Sequence 
number</property>
  +        <property name="Start sequence number" required="No">Initial Sequence 
number (if omitted, the End sequence number is treated as a loop count)</property>
           <property name="End   sequence number" required="No">Final sequence number 
(if omitted, seqence numbers can increase without limit)</property>
   </properties>
   <p>The file name parameter is resolved when the file is opened or re-opened.</p>
  @@ -230,11 +230,10 @@
        the same character as is used to separate parts of file names.<br/>
        See the documentation for DecimalFormat for full details.<br/>
        If the path name does not contain any special formatting characters,
  -     it will be unaffected by the current sequence number. 
  -     In this case, specifying only a start sequence number will have no effect,
  -     but specifying a start and end sequence number will result in the file
  -     being used at most end-start+1 times.
  -     
  +     the current sequence number will be appended to the name, otherwise
  +     the number will be inserted aaccording to the fomatting instructions.<br/>
  +     If the start sequence number is omitted, and the end sequence number is 
specified,
  +     the sequence number is interpreted as a loop count, and the file will be used 
at most "end" times.
        </p>
   </component>
   
  @@ -414,7 +413,7 @@
   </description>
   
   <properties>
  -        <property name="BeanShell script" required="Yes">A script</property>
  +        <property name="BeanShell script" required="Yes">A beanshell script (not a 
file name)</property>
           <property name="Name of variable" required="No">A reference name for 
reusing the value
                  computed by this function.</property>
           
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to