diff --git a/reference/ingres-ii/functions/ingres-field-length.xml b/reference/ingres-ii/functions/ingres-field-length.xml index 936f904e13..7356254197 100644 --- a/reference/ingres-ii/functions/ingres-field-length.xml +++ b/reference/ingres-ii/functions/ingres-field-length.xml @@ -45,16 +45,18 @@ index - index is the column number whose length will be - retrieved. The start and end values for index depends - on the the value of ingres.array_index_start. If ingres.array_index_start is 0 then - the field number must be between 0 and one less than the value given by - ingres_num_fields. Else if ingres.array_index_start is 1 then - the field number must be between 1 and the value given by - ingres_num_fields. + index is the column number whose length + will be retrieved. The start and end values + for index depend upon the the value + of ingres.array_index_start. If ingres.array_index_start + is 0 then the field number must be + between 0 + and ingres_num_fields - + 1. Otherwise, + if ingres.array_index_start + is 1 then the field number must be + between 1 + and ingres_num_fields.