From bfa3cfb08e182fff0f5b19b5e69c5472ce38327a Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Thu, 22 Jun 2017 22:41:41 -0300 Subject: Rearrange help page for VBA functions Save work for translators. Change-Id: I2072d85443ba32f10235123f3ba2b681182127d2 Reviewed-on: https://gerrit.libreoffice.org/39138 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot --- source/text/sbasic/shared/03120112.xhp | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'source/text/sbasic/shared/03120112.xhp') diff --git a/source/text/sbasic/shared/03120112.xhp b/source/text/sbasic/shared/03120112.xhp index ee0c9828b5..0562752224 100644 --- a/source/text/sbasic/shared/03120112.xhp +++ b/source/text/sbasic/shared/03120112.xhp @@ -28,7 +28,7 @@ -
+
ChrW function @@ -38,22 +38,18 @@ Returns the Unicode character that corresponds to the specified character code.
- -Syntax: + ChrW(Expression As Integer) - -Return value: + String - -Parameters: + Expression: Numeric variables that represent a valid 16 bit Unicode value (0-65535). An empty value returns error code 5. A value out of the range [0,65535] returns error code 6. - -Example: + Sub ExampleChrW ' This example inserts the greek letter Alpha and Omega in a string. -- cgit