You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by se...@apache.org on 2005/08/10 18:41:28 UTC

cvs commit: jakarta-jmeter/xdocs/usermanual functions.xml

sebb        2005/08/10 09:41:28

  Modified:    xdocs/usermanual functions.xml
  Log:
  Make it clearer that blank line is EOF in CSVRead
  
  Revision  Changes    Path
  1.23      +5 -2      jakarta-jmeter/xdocs/usermanual/functions.xml
  
  Index: functions.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/xdocs/usermanual/functions.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- functions.xml	10 Aug 2005 14:28:31 -0000	1.22
  +++ functions.xml	10 Aug 2005 16:41:28 -0000	1.23
  @@ -322,9 +322,12 @@
   	</p>
   	<p>
   	When a filename is first encountered, the file is opened and read into an internal
  -	array. If a blank line is detected, this is treated as end of file - this allows
  -	trailing comments to be used (N.B. this feature was introduced in versions after 1.9.1)
  +	array.
   	</p>
  +	<note>If an empty line is detected, this is treated as end of file.
  +	This allows	trailing comments to be used.
  +	(N.B. this feature was introduced in versions after 1.9.1)
  +	</note>
   	<p>All subsequent references to the same file name use the same internal array.
   	N.B. the filename case is significant to the function, even if the OS doesn't care,
   	so CSVRead(abc.txt,0) and CSVRead(aBc.txt,0) would refer to different internal arrays.
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org