From 9339036f480e12870df0834a195ea4f118cdc5bb Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 31 Mar 2011 18:38:35 +0200 Subject: update help for locale-dependant column separator --- helpcontent2/source/text/scalc/01/04060107.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helpcontent2') diff --git a/helpcontent2/source/text/scalc/01/04060107.xhp b/helpcontent2/source/text/scalc/01/04060107.xhp index 4ce73cf5a9..62f07e7057 100644 --- a/helpcontent2/source/text/scalc/01/04060107.xhp +++ b/helpcontent2/source/text/scalc/01/04060107.xhp @@ -156,7 +156,7 @@ The cells in a results array are automatically protected against changes. However, you can edit or copy the array formula by selecting the entire array cell range. Using Inline Array Constants in Formulas Calc supports inline matrix/array constants in formulas. An inline array is surrounded by curly braces '{' and '}'. Elements can be each a number (including negatives), a logical constant (TRUE, FALSE), or a literal string. Non-constant expressions are not allowed. Arrays can be entered with one or more rows, and one or more columns. All rows must consist of the same number of elements, all columns must consist of the same number of elements. -The column separator (separating elements in one row) is the ';' semicolon. The row separator is a '|' pipe symbol. The separators are not language and locale dependent. +The column separator (separating elements in one row) and the row separator are language and locale dependent. But in this help content, the ';' semicolon and '|' pipe symbol are used to indicate the column and row separators, respectively. For example, in the English locale, the ',' comma is used as the column separator, while the ';' semicolon is used as the row separator. Arrays can not be nested. Examples: -- cgit