diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-01 21:25:13 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2019-01-02 00:51:50 +0100 |
commit | 537807a50d804370f8f6f43c78c5f4ca44d3a11c (patch) | |
tree | 41a57f99e398c3241fee2284db5e94e61ecec72b | |
parent | a09fb6175aa6070520d3d446129912b99588540e (diff) |
tdf#114263 Tab BASIC function in Print description
Add Tab Function in BASIC Print command help page
Add bookmarks for BASIC Tab()
Change-Id: Icd23a9ef9851561b162caec3034eeba0fdc65770
Reviewed-on: https://gerrit.libreoffice.org/65796
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/03010103.xhp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/source/text/sbasic/shared/03010103.xhp b/source/text/sbasic/shared/03010103.xhp index 3f924446d3..5e7fb6a495 100644 --- a/source/text/sbasic/shared/03010103.xhp +++ b/source/text/sbasic/shared/03010103.xhp @@ -31,6 +31,10 @@ <section id="print"> <bookmark xml-lang="en-US" branch="index" id="bm_id3147230"> <bookmark_value>Print statement</bookmark_value> + <bookmark_value>Print statement; Tab function</bookmark_value> + <bookmark_value>Print statement; Spc function</bookmark_value> + <bookmark_value>Spc function; in Print statement</bookmark_value> + <bookmark_value>Tab function; in Print statement</bookmark_value> </bookmark> @@ -51,7 +55,7 @@ <paragraph id="par_id3154319" role="paragraph" xml-lang="en-US">If a semicolon or comma appears after the last expression to be printed, $[officename] Basic stores the text in an internal buffer and continues program execution without printing. When another Print statement without a semicolon or comma at the end is encountered, all text to be printed is printed at once.</paragraph> <paragraph id="par_id3145272" role="paragraph" xml-lang="en-US">Positive numeric expressions are printed with a leading space. Negative expressions are printed with a leading minus sign. If a certain range is exceeded for floating-point values, the respective numeric expression is printed in exponential notation.</paragraph> <paragraph id="par_id3154011" role="paragraph" xml-lang="en-US">If the expression to be printed exceeds a certain length, the display will automatically wrap to the next line.</paragraph> -<paragraph id="par_id3146969" role="note" xml-lang="en-US">You can insert the Tab function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces.</paragraph> +<paragraph id="par_id3146969" role="note" xml-lang="en-US">You can insert the <emph>Tab</emph> function, enclosed by semicolons, between arguments to indent the output to a specific position, or you can use the <emph>Spc</emph> function to insert a specified number of spaces.</paragraph> <paragraph id="hd_id3146912" role="heading" level="2" xml-lang="en-US">Example:</paragraph> <switch select="sys"> @@ -82,4 +86,4 @@ </switch> </body> -</helpdocument>
\ No newline at end of file +</helpdocument> |