didou           Thu Jun 12 10:58:05 2003 EDT

  Modified files:              
    /phpdoc/en/reference/filepro/functions      filepro-retrieve.xml 
  Log:
  user note integration, thank you RobNar
  
Index: phpdoc/en/reference/filepro/functions/filepro-retrieve.xml
diff -u phpdoc/en/reference/filepro/functions/filepro-retrieve.xml:1.2 
phpdoc/en/reference/filepro/functions/filepro-retrieve.xml:1.3
--- phpdoc/en/reference/filepro/functions/filepro-retrieve.xml:1.2      Wed Apr 17 
02:38:02 2002
+++ phpdoc/en/reference/filepro/functions/filepro-retrieve.xml  Thu Jun 12 10:58:04 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/filepro.xml, last change in rev 1.2 -->
   <refentry id="function.filepro-retrieve">
    <refnamediv>
@@ -14,7 +14,13 @@
       <methodparam><type>int</type><parameter>field_number</parameter></methodparam>
      </methodsynopsis>
     <para>
-     Returns the data from the specified location in the database.
+     Returns the data from the specified location in the database. The
+     <parameter>row_number</parameter> parameter must be between zero
+     and the total number of rows minus one 
+     (0..<function>filepro_rowcount</function> - 1). Likewise,
+     <parameter>field_number</parameter> accepts values between zero and
+     the total number of fields minus one
+     (0..<function>filepro_fieldcount</function> - 1)
     </para>
     &note.sm.uidcheck;
    </refsect1>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to